import '../styles/globals.css' import type { AppProps } from 'next/app' import { FC } from 'react' const MyApp: FC = ({ Component, pageProps }) => { return } export default MyApp