import Link from 'next/link' export default () => ( <div> <Link href="/nav/dynamic" id="to-dynamic"> To dynamic import </Link> </div> )