checkout: reafactor UI

This commit is contained in:
2025-12-24 22:34:11 +03:00
parent 66d77d0621
commit 19212860c3
11 changed files with 106 additions and 27 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/phoneCard";
import PhoneCard from "pages/checkout/components/PhoneCard";
import { OrderType } from "pages/checkout/hooks/types";
import { useTranslation } from "react-i18next";
import { useAppSelector } from "redux/hooks";