+
+
+
+
+
+
+ );
+}
diff --git a/src/pages/checkout/components/CarBottomSheet.tsx b/src/pages/checkout/components/CarBottomSheet.tsx
index 26fe9c6..c7d6d80 100644
--- a/src/pages/checkout/components/CarBottomSheet.tsx
+++ b/src/pages/checkout/components/CarBottomSheet.tsx
@@ -6,6 +6,7 @@ import { Button, Card } from "antd";
import CarRatioGroups from "./CarRatioGroups/CarRatioGroups";
import PlusIcon from "components/Icons/PlusIcon";
import styles from "../checkout.module.css";
+import { AddCarBottomSheet } from "components/CustomBottomSheet/AddCarBottomSheet";
interface CarBottomSheetProps {
isOpen: boolean;
@@ -15,6 +16,7 @@ interface CarBottomSheetProps {
export function CarBottomSheet({ isOpen, onClose }: CarBottomSheetProps) {
const { t } = useTranslation();
const [value, setValue] = useState