import "../styles/globals.css"; import type { AppProps } from "next/app"; import Container from "../components/Container"; import Navigation from "../components/Navigation"; import { RecoilRoot } from "recoil"; import Head from "next/head"; function MyApp({ Component, pageProps }: AppProps) { return ( pronouns.cc ); } export default MyApp;