product list

This commit is contained in:
hamid zarghami
2025-10-20 15:35:25 +03:30
parent dbe37e371e
commit 4b9e797665
10 changed files with 177 additions and 358 deletions
-7
View File
@@ -1,7 +0,0 @@
export const enum TabMyOrdersEnum {
ALL = "all",
IN_PROGRESS = "in_progress",
CONFIRMED = "confirmed",
DELIVERED = "delivered",
CANCELLED = "cancelled",
}