Initial commit from Create Next App
This commit is contained in:
commit
9b77a46acc
15 changed files with 3544 additions and 0 deletions
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue