refactoring: migrating to react-query to manage service-side state.

This commit is contained in:
a.bouhuolia
2021-02-07 08:10:21 +02:00
parent e093be0663
commit adac2386bb
284 changed files with 8255 additions and 6610 deletions

View File

@@ -44,7 +44,7 @@ import InputPrependText from './Forms/InputPrependText';
import PageFormBigNumber from './PageFormBigNumber';
import AccountsMultiSelect from './AccountsMultiSelect';
import CustomersMultiSelect from './CustomersMultiSelect';
import Skeleton from './Skeleton'
import TableFastCell from './Datatable/TableFastCell';
@@ -97,6 +97,6 @@ export {
AccountsMultiSelect,
DataTableEditable,
CustomersMultiSelect,
TableFastCell,
Skeleton,
};