Empty White Page

This commit is contained in:
brausjonas
2023-05-02 15:17:14 +02:00
parent 2b8b5259b9
commit 04ca2319c2
4 changed files with 42 additions and 163 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
import '@/styles/globals.css'
//import '@/styles/globals.css'
export default function App({ Component, pageProps }) {
return <Component {...pageProps} />