import { AppProps } from 'next/app'; import { FC } from 'react'; export const SimpleLayout: FC = ({ Component, pageProps }) => (
);