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