import Link from 'next/link' const links = [ { href: 'https://github.com/vercel/next.js', label: 'GitHub' }, { href: 'https://nextjs.org/docs', label: 'Docs' }, ] function Nav() { return ( ) } export default () => (
)