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