initial commit
This commit is contained in:
3
pages/_app.jsx
Normal file
3
pages/_app.jsx
Normal file
@@ -0,0 +1,3 @@
|
||||
export default function App({ Component, pageProps }) {
|
||||
return <Component {...pageProps} />
|
||||
}
|
||||
Reference in New Issue
Block a user