Fix import

This commit is contained in:
Brandon Millman
2018-08-29 22:06:22 -07:00
parent 01685b7622
commit a6440b94f4

View File

@@ -8,7 +8,7 @@ import {
ExchangeFillEventArgs,
IndexedFilterValues,
} from '@0xproject/contract-wrappers';
import { orderHashUtils, signatureUtils, SignerType, assetDataUtils } from '@0xproject/order-utils';
import { assetDataUtils, orderHashUtils, signatureUtils, SignerType } from '@0xproject/order-utils';
import { EtherscanLinkSuffixes, utils as sharedUtils } from '@0xproject/react-shared';
import {
ledgerEthereumBrowserClientFactoryAsync,