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