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