Merge imports

This commit is contained in:
Leonid Logvinov 2018-01-04 12:55:22 +01:00
parent 4dfa720f2d
commit d0f66f8624
No known key found for this signature in database
GPG Key ID: 0DD294BFDE8C95D4

View File

@ -1,6 +1,5 @@
import { Schema, SchemaValidator } from '@0xproject/json-schemas';
import { addressUtils } from '@0xproject/utils';
import { BigNumber } from '@0xproject/utils';
import { addressUtils, BigNumber } from '@0xproject/utils';
import * as _ from 'lodash';
import * as validUrl from 'valid-url';