import '../global-styles/main.scss'
export default function MyApp({ Component, pageProps }) {
return <Component {...pageProps} />
}
import '../styles/globals.css';
//import in _app.jsx or _appp.tsx in nextjs not in other sub folder cause it is global css