import "../styles/globals.css"; import Head from "next/head"; import { AppProps } from "next/app"; const MyApp = ({ Component, pageProps }: AppProps) => { return ( <>