Spaces:
No application file
No application file
| import '../styles/global.css'; // Import your CSS file | |
| import { AppProps } from 'next/app'; | |
| function MyApp({ Component, pageProps }: AppProps) { | |
| return <Component {...pageProps} />; | |
| } | |
| export default MyApp; | |