chore: fix imports

This commit is contained in:
Fabio Berger
2018-10-18 14:06:12 +01:00
parent 1c68bdabaa
commit 0affc7682f
22 changed files with 39 additions and 39 deletions

View File

@@ -1,7 +1,7 @@
import { assetDataUtils, orderHashUtils } from '@0xproject/order-utils';
import { colors, Link } from '@0xproject/react-shared';
import { BigNumber, logUtils } from '@0xproject/utils';
import { Web3Wrapper } from '@0xproject/web3-wrapper';
import { assetDataUtils, orderHashUtils } from '@0x/order-utils';
import { colors, Link } from '@0x/react-shared';
import { BigNumber, logUtils } from '@0x/utils';
import { Web3Wrapper } from '@0x/web3-wrapper';
import * as accounting from 'accounting';
import * as _ from 'lodash';
import { Card, CardHeader, CardText } from 'material-ui/Card';