header left side work

This commit is contained in:
2022-05-06 17:46:33 +02:00
parent eec9466244
commit 4c70e7af10
8 changed files with 187 additions and 14 deletions

View File

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