5f8af39
1
2
3
4
5
import '@/styles/globals.css' export default function App({ Component, pageProps }) { return <Component {...pageProps} /> }