obal CSS cannot be imported from within node_modules. Read more: https://err.sh/next.js/css-npm code example
Example: global css cannot be imported from files other than your
import '../global-styles/main.scss'
export default function MyApp({ Component, pageProps }) {
return <Component {...pageProps} />
}