import Link from 'next/link' export default () => { return ( <p> <Link href="/first">to /first</Link> </p> ) }