mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-17 21:30:31 +00:00
refactor: HOCs named imports
This commit is contained in:
@@ -5,7 +5,7 @@ import * as R from 'ramda';
|
||||
import { DetailItem } from '@/components';
|
||||
import { isEqual } from 'lodash';
|
||||
|
||||
import withCurrentOrganization from '@/containers/Organization/withCurrentOrganization';
|
||||
import { withCurrentOrganization } from '@/containers/Organization/withCurrentOrganization';
|
||||
|
||||
/**
|
||||
* Detail exchange rate item.
|
||||
|
||||
Reference in New Issue
Block a user