Initial commit from Create Next App
This commit is contained in:
7
pages/_app.tsx
Normal file
7
pages/_app.tsx
Normal file
@ -0,0 +1,7 @@
|
||||
import '../styles/globals.css'
|
||||
import type { AppProps } from 'next/app'
|
||||
|
||||
function MyApp({ Component, pageProps }: AppProps) {
|
||||
return <Component {...pageProps} />
|
||||
}
|
||||
export default MyApp
|
Reference in New Issue
Block a user