Merge branch 'feature/multi-dimensions' of https://github.com/bigcapitalhq/client into feature/multi-dimensions

This commit is contained in:
a.bouhuolia
2022-02-13 15:19:01 +02:00
4 changed files with 12 additions and 6 deletions

View File

@@ -5,11 +5,11 @@ import DashboardPageContent from 'components/Dashboard/DashboardPageContent';
import RealizedGainOrLossHeader from './RealizedGainOrLossHeader';
import RealizedGainOrLossActionsBar from './RealizedGainOrLossActionsBar';
import { RealizedGainOrLossLoadingBar } from './components';
import { RealizedGainOrLossProvider } from './RealizedGainOrLossProvider';
import withCurrentOrganization from '../../Organization/withCurrentOrganization';
import withRealizedGainOrLossActions from './withRealizedGainOrLossActions';
import { RealizedGainOrLossProvider } from './RealizedGainOrLossProvider';
import { RealizedGainOrLossLoadingBar } from './components';
import { compose } from 'utils';