mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-24 00:29:49 +00:00
refactor: HOCs named imports
This commit is contained in:
@@ -3,8 +3,8 @@ import { Intent } from '@blueprintjs/core';
|
||||
import intl from 'react-intl-universal';
|
||||
import { AppToaster } from '@/components';
|
||||
|
||||
import withGlobalErrors from './withGlobalErrors';
|
||||
import withGlobalErrorsActions from './withGlobalErrorsActions';
|
||||
import { withGlobalErrors } from './withGlobalErrors';
|
||||
import { withGlobalErrorsActions } from './withGlobalErrorsActions';
|
||||
import { compose } from '@/utils';
|
||||
|
||||
let toastKeySessionExpired;
|
||||
|
||||
Reference in New Issue
Block a user