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

@@ -3,4 +3,3 @@
export { ClientFormModal } from "./Clientformmodal";
export { ClientTable } from "./Clienttable";
export { AddressFormModal } from "../Client_Adress/Addressformmodal";
export { Toast } from "./Toast";