orders details: initial commit

This commit is contained in:
2025-12-30 00:01:12 +03:00
parent d77047fdb2
commit e9dc1aa580
9 changed files with 705 additions and 156 deletions

View File

@@ -24,6 +24,7 @@ export default function CheckoutPage() {
const { phone, order, orderType, collectionMethod } =
useAppSelector(selectCart);
const { token } = useAppSelector((state) => state.auth);
return (
<>
<Form