finshing architecture for project now we have all layers to build profitionl project app,components ,hooks ,lib,services,styel ,types
This commit is contained in:
4
services/index.ts
Normal file
4
services/index.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
export { request, get, post, put, del, ApiError } from "./api";
|
||||
export { authService } from "./auth.service";
|
||||
export { dashboardService } from "./dashboard.service";
|
||||
export { clientService } from "./client.service";
|
||||
Reference in New Issue
Block a user