apply rate feature

This commit is contained in:
2025-11-24 00:46:14 +03:00
parent 6e8305f9c2
commit 7e5a5e30a4
7 changed files with 1074 additions and 36 deletions

View File

@@ -19,6 +19,7 @@ import Stepper from "./components/Stepper";
import styles from "./order.module.css";
import BackIcon from "components/Icons/BackIcon";
import NextIcon from "components/Icons/NextIcon";
import { RateBottomSheet } from "components/CustomBottomSheet/RateBottomSheet";
export default function OrderPage() {
const { t } = useTranslation();
@@ -220,6 +221,8 @@ export default function OrderPage() {
</div>
</Card>
<RateBottomSheet />
<CancelOrderBottomSheet />
</div>
</>