import Link from 'next/link' function MyApp({ Component, pageProps }) { return ( <>
) } export default MyApp