init finish
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user