import React, { ComponentType } from "https://esm.sh/react@17.0.2"; export default function App({ Page, pageProps }: { Page: ComponentType; pageProps: any }) { return (
); }