import type { AppProps } from "next/app"; export default function LanyardReadMe({ Component, pageProps }: AppProps) { return ; }