mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-19 22:30:31 +00:00
refactor: HOCs named imports
This commit is contained in:
@@ -11,8 +11,8 @@ import {
|
||||
import { useDeleteWarehouse } from '@/hooks/query';
|
||||
import { handleDeleteErrors } from '@/containers/Preferences/Warehouses/utils';
|
||||
|
||||
import withAlertStoreConnect from '@/containers/Alert/withAlertStoreConnect';
|
||||
import withAlertActions from '@/containers/Alert/withAlertActions';
|
||||
import { withAlertStoreConnect } from '@/containers/Alert/withAlertStoreConnect';
|
||||
import { withAlertActions } from '@/containers/Alert/withAlertActions';
|
||||
|
||||
import { compose } from '@/utils';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user