mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-19 06:10:31 +00:00
refactor: HOCs named imports
This commit is contained in:
@@ -6,8 +6,8 @@ import intl from 'react-intl-universal';
|
||||
import { DashboardViewsTabs } from '@/components';
|
||||
import { useAccountsChartContext } from './AccountsChartProvider';
|
||||
|
||||
import withAccounts from './withAccounts';
|
||||
import withAccountsTableActions from './withAccountsTableActions';
|
||||
import { withAccounts } from './withAccounts';
|
||||
import { withAccountsTableActions } from './withAccountsTableActions';
|
||||
|
||||
import { compose, transfromViewsToTabs } from '@/utils';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user