import Link from 'next/link' export default function Page() { return ( <div> <Link href="/page">To /page</Link> </div> ) }