import Link from 'next/link' export default function Page() { return ( <p> <Link href="/with-error">click me</Link> </p> ) }