product data
This commit is contained in:
13
app/[carType]/page.tsx
Normal file
13
app/[carType]/page.tsx
Normal file
@@ -0,0 +1,13 @@
|
||||
"use client"
|
||||
|
||||
import CarType_Header from "@/components/carTypePageParts/carType_head";
|
||||
import { useParams } from "next/navigation"
|
||||
|
||||
export default function CartType() {
|
||||
const router = useParams();
|
||||
return (
|
||||
<div>
|
||||
<CarType_Header/>
|
||||
</div>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user