File size: 123 Bytes
1e92f2d |
1 2 3 4 5 6 |
import Link from 'next/link'
export default async function Page() {
return <Link href="/no-error">To /no-error</Link>
}
|
1e92f2d |
1 2 3 4 5 6 |
import Link from 'next/link'
export default async function Page() {
return <Link href="/no-error">To /no-error</Link>
}
|