Added an header and other components

This commit is contained in:
2023-08-28 20:22:46 +02:00
parent 52134c91ef
commit 2be7f9b705
13 changed files with 162 additions and 62 deletions

View File

@@ -1,4 +1,4 @@
import "../styles.css";
import "../styles/styles.css";
const App = ({ Component, pageProps }) => {
return <Component {...pageProps} />;