working on tip card and BS

This commit is contained in:
2026-01-05 20:00:54 +03:00
parent ab265bf09a
commit c8bf8ff621
5 changed files with 59 additions and 43 deletions

View File

@@ -1,14 +1,9 @@
import { Button, Form } from "antd";
import { ProBottomSheet } from "components/ProBottomSheet/ProBottomSheet.tsx";
import { useState, useEffect } from "react";
import { useState } from "react";
import { useTranslation } from "react-i18next";
import {
selectCart,
selectGrandTotal,
updateGiftDetails,
updateSplitBillAmount,
} from "features/order/orderSlice";
import { selectCart, updateGiftDetails } from "features/order/orderSlice";
import { useAppDispatch, useAppSelector } from "redux/hooks";
import ProText from "components/ProText";
import { ProInputNumber } from "components/Inputs/ProInputNumber";