mirror of
https://github.com/vercel/commerce.git
synced 2025-05-07 18:27:52 +00:00
add pages'
This commit is contained in:
parent
cd4f725298
commit
3ff6705298
3
app/collections/industrial/page.tsx
Normal file
3
app/collections/industrial/page.tsx
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
export default function Industrial() {
|
||||||
|
return <div>Industrial</div>
|
||||||
|
}
|
@ -0,0 +1,3 @@
|
|||||||
|
export default function PalletTrucksForklifts() {
|
||||||
|
return <div>Pallet Trucks & Forklifts</div>
|
||||||
|
}
|
3
app/collections/industrial/warehouse-racks/page.tsx
Normal file
3
app/collections/industrial/warehouse-racks/page.tsx
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
export default function WarehouseRacks() {
|
||||||
|
return <div>Warehouse Racks</div>
|
||||||
|
}
|
@ -2,7 +2,6 @@
|
|||||||
|
|
||||||
import { FC, useEffect, useMemo, useRef } from 'react'
|
import { FC, useEffect, useMemo, useRef } from 'react'
|
||||||
import Link from 'next/link'
|
import Link from 'next/link'
|
||||||
import UserNav from '../UserNav'
|
|
||||||
import { useRouter, usePathname } from 'next/navigation'
|
import { useRouter, usePathname } from 'next/navigation'
|
||||||
import Image from 'next/image'
|
import Image from 'next/image'
|
||||||
|
|
||||||
|
@ -21,4 +21,5 @@ export default {
|
|||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
devIndicators: false,
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user