fixed some ui, refactored code

This commit is contained in:
Jelaletdin12
2025-12-13 00:05:43 +05:00
parent 5085c0cffd
commit 633a3c9d47
30 changed files with 1274 additions and 923 deletions

View File

@@ -9,6 +9,7 @@ export interface ProductMedia {
images_720x720: string;
images_800x800: string;
images_1200x1200: string;
}
export type DeliveryType = "SELECTED_DELIVERY" | "PICK_UP";