File size: 151 Bytes
1e92f2d |
1 2 3 4 5 6 |
import Link from 'next/link'
export default async function Page() {
return <Link href="../nested-folder/product-category/machine">Machines</Link>
}
|
1e92f2d |
1 2 3 4 5 6 |
import Link from 'next/link'
export default async function Page() {
return <Link href="../nested-folder/product-category/machine">Machines</Link>
}
|