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