first working version

This commit is contained in:
Thomas Ruoff
2020-11-28 00:28:38 +01:00
parent 8762aef219
commit a17153759e
22 changed files with 1592 additions and 214 deletions

View File

@@ -1,4 +1,5 @@
import '../styles/globals.css'
import "../styles/styles.css";
function MyApp({ Component, pageProps }) {
return <Component {...pageProps} />