Spaces:
Build error
Build error
| import '../styles/globals.css'; | |
| function MyApp({ Component, pageProps }) { | |
| return ( | |
| <div className="min-h-screen bg-gray-100 py-8 px-4"> | |
| <Component {...pageProps} /> | |
| </div> | |
| ); | |
| } | |
| export default MyApp; |