Add base site, needs clean-up
This commit is contained in:
7
client/pages/_app.tsx
Normal file
7
client/pages/_app.tsx
Normal file
@@ -0,0 +1,7 @@
|
||||
import '../styles/globals.css'
|
||||
|
||||
function MyApp({ Component, pageProps }) {
|
||||
return <Component {...pageProps} />
|
||||
}
|
||||
|
||||
export default MyApp
|
Reference in New Issue
Block a user