import '../global.css' import '../global.scss' export default function MyApp({ Component, pageProps }) { return <Component {...pageProps} /> }