065d164
1
2
3
4
5
6
import "@/styles/globals.css"; export default function App({ Component, pageProps }) { return <Component {...pageProps} />; }