The client files, client address files, and order files have been modified to implement all CRUD operations and endpoints related to the archive.

This commit is contained in:
m7amedez511
2026-07-22 16:30:20 +03:00
parent b87d81100f
commit fa49ba8817
14 changed files with 601 additions and 628 deletions

View File

@@ -1,7 +1,7 @@
"use client";
import { Button, EmptyState, IconBtn, Spinner } from "../../UI";
import { ORDER_STATUS_MAP } from "../OrderDetailBanel";
import { ORDER_STATUS_MAP } from "../OrderDetailModel";
import type { ArchivedOrder } from "@/src/types/order";