import "../styles/globals.css"; import type { AppProps } from "next/app"; import Head from "next/head"; import { RecoilRoot } from "recoil"; import Container from "../components/Container"; import Navigation from "../components/Navigation"; function MyApp({ Component, pageProps }: AppProps) { const domain = typeof window !== "undefined" ? window.location.origin : process.env.DOMAIN; return ( pronouns.cc ); } export default MyApp;