Spaces:
Build error
Build error
| import '../styles/globals.css'; | |
| import { useEffect } from 'react'; | |
| function MyApp({ Component, pageProps }) { | |
| useEffect(() =>.js | |
| return ( | |
| <div className="min-h-screen"> | |
| <Component {...pageProps} /> | |
| </div> | |
| ); | |
| } | |
| export default MyApp; |