fix(styles/fonts/project): add fonts + change styles + edit default project name

This commit is contained in:
2022-03-11 15:58:28 +01:00
parent d737e9355c
commit c86ad0b732
60 changed files with 196 additions and 37 deletions

View File

@ -1,6 +1,7 @@
import type { AppProps } from "next/app";
import "../styles/main.scss";
import "../styles/fonts.scss";
const MyApp = ({ Component, pageProps }: AppProps) => {
return <Component {...pageProps} />;