next js configure correctly

This commit is contained in:
brausjonas
2023-05-02 14:58:32 +02:00
parent 975b0fca96
commit 2b8b5259b9
15 changed files with 29 additions and 2958 deletions
+5
View File
@@ -0,0 +1,5 @@
import '@/styles/globals.css'
export default function App({ Component, pageProps }) {
return <Component {...pageProps} />
}