create user pages crud also update pages ui build order and car ,driver first page interfase create model layer to componants

This commit is contained in:
m7amedez5511
2026-06-10 16:58:17 +03:00
parent 53c03e9867
commit e0e38dc87a
34 changed files with 2963 additions and 862 deletions

View File

@@ -1,4 +1,7 @@
export { request, get, post, put, del, ApiError } from "./api";
export { authService } from "./auth.service";
export { dashboardService } from "./dashboard.service";
export { clientService } from "./client.service";
export { clientService } from "./client.service";
export {userService} from "./user.service";
export { carService } from "./car.service";
export { driverService } from "./driver.service";