checkout: keep enhacning

This commit is contained in:
2025-12-24 23:02:26 +03:00
parent 567930e27e
commit c84168cec5
4 changed files with 54 additions and 14 deletions

View File

@@ -7,7 +7,7 @@ import { selectCart } from "features/order/orderSlice";
import { AddressSummary } from "pages/checkout/components/AddressSummary";
import BriefMenu from "pages/checkout/components/BriefMenu";
import { GiftCard } from "pages/checkout/components/GiftCard";
import PhoneCard from "pages/checkout/components/Phone1Card";
import PhoneCard from "pages/checkout/components/PhoneCard";
import { OrderType } from "pages/checkout/hooks/types";
import { useTranslation } from "react-i18next";
import { useAppSelector } from "redux/hooks";