Replace SVGs with icons, restructure the table for CRUD operations across the project, standardize the application's display, and build a new template for the table's action buttons.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
// src/Components/Client/index.ts
|
||||
// CHANGE: removed DeleteConfirmModal export (Issue 1).
|
||||
export { ClientFormModal } from "./Clientformmodal";
|
||||
export { ClientTable } from "./Clienttable";
|
||||
export { ClientTable } from "./ClientTable";
|
||||
export { AddressFormModal } from "../Client_Adress/Addressformmodal";
|
||||
|
||||
Reference in New Issue
Block a user