import "@/styles/globals.css" import { appWithTranslation } from "next-i18next" import type { AppProps } from "next/app" const MyApp = ({ Component, pageProps }: AppProps) => ( ) export default appWithTranslation(MyApp)