xpeditis2.0/apps/frontend/lib/api/index.ts
David-Henri ARNAUD 07258e5adb feature phase 3
2025-10-13 13:58:39 +02:00

14 lines
241 B
TypeScript

/**
* API Index
*
* Export all API modules
*/
export * from './client';
export * from './auth';
export * from './bookings';
export * from './organizations';
export * from './users';
export * from './rates';
export * from './dashboard';