Fix import

This commit is contained in:
Fabio Berger
2018-07-03 23:11:59 +02:00
parent 547cf4bef3
commit cce2fb40a1

View File

@@ -1,4 +1,4 @@
import { Web3Wrapper } from '@0project/web3-wrapper';
import { Web3Wrapper } from '@0xproject/web3-wrapper';
import { JSONRPCRequestPayload, Provider } from 'ethereum-types';
import { Callback, ErrorCallback } from '../types';