init finish

This commit is contained in:
2022-05-12 20:32:34 +08:00
parent 4f976b19cd
commit 5848a7cdaf
22 changed files with 7335 additions and 174 deletions

View File

@@ -1,7 +1,8 @@
import '../styles/globals.css'
import Footer from '../components/Footer';
function MyApp({ Component, pageProps }) {
return <Component {...pageProps} />
function MyApp({Component, pageProps}) {
return <><Component {...pageProps} /><Footer /></>
}
export default MyApp