import "../styles/globals.css"; import "../styles/components.css"; import "../styles/wiktionary.css"; import type { AppProps } from "next/app"; import { Navigation } from "../components"; export default function FlashCardApp({ Component, pageProps }: AppProps) { return (
); }