Font and header added

This commit is contained in:
2022-11-01 21:17:58 +02:00
parent a2a99de08f
commit 5a853f9aa5
6 changed files with 46 additions and 69 deletions

View File

@@ -1,6 +1,6 @@
import '../styles/globals.css'
import type { AppProps } from 'next/app'
import '../styles/globals.scss';
import type { AppProps } from 'next/app';
export default function App({ Component, pageProps }: AppProps) {
return <Component {...pageProps} />
return <Component {...pageProps} />;
}