fix(styles/fonts/project): add fonts + change styles + edit default project name
This commit is contained in:
@ -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} />;
|
||||
|
Reference in New Issue
Block a user