File size: 157 Bytes
1e92f2d |
1 2 3 4 5 6 7 8 |
import Link from 'next/link'
export default () => (
<Link href="/[...parts]" as="/root/catch-all" id="root-catchall-link">
root catch-all
</Link>
)
|
1e92f2d |
1 2 3 4 5 6 7 8 |
import Link from 'next/link'
export default () => (
<Link href="/[...parts]" as="/root/catch-all" id="root-catchall-link">
root catch-all
</Link>
)
|