Files
LogisicsApp_Client/src/Components/Driver/index.ts
m7amedez5511 bbde177f4a fixed auth cycle and upadet indes fail to all model to update style solve pagination in car maintenanc
-delete link step back from home page and change live color in dashboard page
2026-07-15 18:44:16 +03:00

6 lines
340 B
TypeScript

// src/Components/Driver/index.ts
// CHANGE: removed DriverDeleteModal export (Issue 1) — page.tsx call sites
// should now import { ConfirmDialog } from "@/src/Components/UI" instead.
export { DriverFormModal } from "./DriverFormModal";
export { DriverDetailPanel } from "./DriverDetailPanel";
export { PhotoCard } from "./DriverPhotos";