Spaces:
Build error
Build error
| import '../styles/globals.css'; | |
| function MyApp({ Component, pageProps }) { | |
| return <Component {...pageProps} />; | |
| } | |
| export default MyApp; |
| import '../styles/globals.css'; | |
| function MyApp({ Component, pageProps }) { | |
| return <Component {...pageProps} />; | |
| } | |
| export default MyApp; |