fix(styles): remove useless import fonts file +edit config stylelint

This commit is contained in:
2022-03-16 18:55:39 +01:00
parent f2f8f9cf76
commit 6a754b4e4a
3 changed files with 11 additions and 15 deletions

View File

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