Init nextjs
This commit is contained in:
parent
ba1b1d7080
commit
db76530ef4
153 changed files with 4261 additions and 868 deletions
6
src/pages/_app.tsx
Normal file
6
src/pages/_app.tsx
Normal file
|
@ -0,0 +1,6 @@
|
|||
import '@/styles/globals.css'
|
||||
import type { AppProps } from 'next/app'
|
||||
|
||||
export default function App({ Component, pageProps }: AppProps) {
|
||||
return <Component {...pageProps} />
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue