mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-18 22:00:31 +00:00
refactoring: migrating to react-query to manage service-side state.
This commit is contained in:
19
client/src/hooks/query/index.js
Normal file
19
client/src/hooks/query/index.js
Normal file
@@ -0,0 +1,19 @@
|
||||
|
||||
export * from './accounts';
|
||||
export * from './views';
|
||||
export * from './items';
|
||||
export * from './itemsCategories';
|
||||
export * from './inventoryAdjustments';
|
||||
export * from './expenses';
|
||||
export * from './financialReports';
|
||||
export * from './customers';
|
||||
export * from './vendors';
|
||||
export * from './manualJournals';
|
||||
export * from './currencies';
|
||||
export * from './invoices';
|
||||
export * from './bills';
|
||||
export * from './estimates';
|
||||
export * from './receipts';
|
||||
export * from './paymentReceives';
|
||||
export * from './paymentMades';
|
||||
export * from './settings';
|
||||
Reference in New Issue
Block a user