fix imports

This commit is contained in:
Daniel Ternyak 2018-09-17 10:55:20 -05:00
parent 2eff37c401
commit 7ee1a9b098
No known key found for this signature in database
GPG Key ID: DF212D2DC5D0E245
1 changed files with 2 additions and 3 deletions

View File

@ -3,9 +3,8 @@ import { Spin } from 'antd';
import { CrowdFund } from 'modules/proposals/reducers';
import UserRow from 'components/UserRow';
import * as ProposalStyled from '../styled';
import Placeholder from '../../Placeholder';
import { fromWei } from '../../../utils/units';
import UnitDisplay from '../../UnitDisplay';
import Placeholder from 'components/Placeholder';
import UnitDisplay from 'components/UnitDisplay';
interface Props {
crowdFund: CrowdFund;