Fix imports

This commit is contained in:
Fabio Berger
2018-05-22 13:14:38 -07:00
parent 2b793f372a
commit 09d80b1e50
2 changed files with 1 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
import { BigNumber } from '@0xproject/utils';
import { Web3Wrapper } from '@0xproject/web3_wrapper';
import { Web3Wrapper } from '@0xproject/web3-wrapper';
import * as ethUtil from 'ethereumjs-util';
import * as _ from 'lodash';