| import "../styles/index.css"; | |
| export default function MyApp({ Component, pageProps }) { | |
| return <Component {...pageProps} />; | |
| } | |
| import "../styles/index.css"; | |
| export default function MyApp({ Component, pageProps }) { | |
| return <Component {...pageProps} />; | |
| } | |