"use client" import CarType_Header from "@/components/carTypePageParts/carType_head"; import { useParams } from "next/navigation" export default function CartType() { const router = useParams(); return (
) }