add archive layout pages to user car driver trip order

This commit is contained in:
m7amedez5511
2026-06-30 17:35:18 +03:00
parent f5882f3791
commit c33778012a
33 changed files with 2669 additions and 30 deletions

View File

@@ -21,4 +21,6 @@ export { Modal } from "./ModalProps";
export { ConfirmDialog } from "./ConfirmDialog";
export { PageHeader } from "./PageHeader";
export { EmptyState } from "./EmptyState";
export { Badge } from "./Badge";
export { Badge } from "./Badge";
export { ArchiveButton } from "./ArchiveButton"