feat(webapp): refactor http api hooks to seperate files

This commit is contained in:
Ahmed Bouhuolia
2024-02-12 19:01:55 +02:00
parent 09ad725a67
commit eb4491f44a
21 changed files with 1188 additions and 1009 deletions

View File

@@ -6,7 +6,6 @@ export * from './items';
export * from './itemsCategories';
export * from './inventoryAdjustments';
export * from './expenses';
export * from './financialReports';
export * from './customers';
export * from './vendors';
export * from './manualJournals';
@@ -37,3 +36,4 @@ export * from './transactionsLocking';
export * from './warehouses';
export * from './branches';
export * from './warehousesTransfers';
export * from './FinancialReports';