Init next.js port
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
import type { AppProps } from 'next/app'
|
||||
import '../styles/global.css';
|
||||
|
||||
export default function MyApp({ Component, pageProps }: AppProps) {
|
||||
return <Component {... pageProps} />
|
||||
}
|
||||
Reference in New Issue
Block a user