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