import Link from 'next/link' export default function Page() { return ( <div> <Link href="/intercept-me">go to /intercept-me</Link> </div> ) }