import { AppProps } from 'next/app'; function MyApp({ Component, pageProps }: AppProps) { return ; } export default MyApp;