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