import Link from "next/link"; function MyApp({ Component, pageProps }) { return ( <> Home|About| Contact > ); } export default MyApp;