products
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
"use client"
|
||||
"use client";
|
||||
|
||||
import CarType_Header from "@/components/carPageParts/carType_head";
|
||||
import { useParams } from "next/navigation"
|
||||
import Title from "@/components/title";
|
||||
import { useParams } from "next/navigation";
|
||||
|
||||
export default function CartType() {
|
||||
const router = useParams();
|
||||
const router = useParams();
|
||||
return (
|
||||
<div>
|
||||
<CarType_Header/>
|
||||
<div dir="ltr" className="my-20" >
|
||||
<Title text="tex-rent" />
|
||||
</div>
|
||||
)
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user