import '~/styles/fonts/Inter/inter.css' import '~/styles/globals.css' import type { AppProps } from "next/app" export default function MyApp({ Component, pageProps }: AppProps) { return }