fix(styles): remove useless import fonts file +edit config stylelint
This commit is contained in:
@ -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} />;
|
||||
|
Reference in New Issue
Block a user