nothting but important

This commit is contained in:
tangly1024.com
2024-03-04 14:02:38 +08:00
parent 93d2f0e3b4
commit e9d0cfde2a

View File

@@ -30,7 +30,7 @@ import { Contact } from './components/Contact'
import { Brand } from './components/Brand' import { Brand } from './components/Brand'
import { Footer } from './components/Footer' import { Footer } from './components/Footer'
import { BackToTopButton } from './components/BackToTopButton' import { BackToTopButton } from './components/BackToTopButton'
import { MadeWithButton } from './components/MadeWithButton' // import { MadeWithButton } from './components/MadeWithButton'
import { SVG404 } from './components/svg/SVG404' import { SVG404 } from './components/svg/SVG404'
import { Banner } from './components/Banner' import { Banner } from './components/Banner'
import { SignInForm } from './components/SignInForm' import { SignInForm } from './components/SignInForm'
@@ -64,7 +64,7 @@ const LayoutBase = (props) => {
{/* 悬浮按钮 */} {/* 悬浮按钮 */}
<BackToTopButton/> <BackToTopButton/>
<MadeWithButton/> {/* <MadeWithButton/> */}
</div> </div>
} }