The trip files have been reorganized. Errors related to vehicle and driver editing have been resolved, archive display issues fixed, and model data display standardized across the project; order and trip-related issues have also been addressed.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
// src/Components/Trip/index.ts
|
||||
// CHANGE: removed TripDeleteModal export (Issue 1).
|
||||
export { TripFormModal } from "./Tripformmodal";
|
||||
// CHANGE: split the old single-file Trip module into TripTable.tsx /
|
||||
// TripFormModal.tsx / TripDetailModal.tsx, mirroring src/Components/User.
|
||||
export { TripTable } from "./TripTable";
|
||||
export { TripFormModal } from "./TripFormModal";
|
||||
export { TripDetailModal } from "./TripDetailModal";
|
||||
Reference in New Issue
Block a user