File size: 160 Bytes
1e92f2d |
1 2 3 4 5 6 7 8 |
import Link from 'next/link'
export default function Page() {
return (
<Link href="../action-after-redirect">Go to ../action-after-redirect</Link>
)
}
|
1e92f2d |
1 2 3 4 5 6 7 8 |
import Link from 'next/link'
export default function Page() {
return (
<Link href="../action-after-redirect">Go to ../action-after-redirect</Link>
)
}
|