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