import Link from 'next/link' export default () => ( <> <Link href="/another" id="to-another"> Another </Link> </> )