diff options
author | Brandon Millman <brandon.millman@gmail.com> | 2018-08-30 13:06:22 +0800 |
---|---|---|
committer | Brandon Millman <brandon.millman@gmail.com> | 2018-08-31 04:24:24 +0800 |
commit | a6440b94f42012cf99287c9971728f3c5b71ce18 (patch) | |
tree | 070caa424e414e3175316f6364cdc67b05636bdd /packages | |
parent | 01685b7622f7c29137aba65f1836a344b1321555 (diff) | |
download | dexon-sol-tools-a6440b94f42012cf99287c9971728f3c5b71ce18.tar dexon-sol-tools-a6440b94f42012cf99287c9971728f3c5b71ce18.tar.gz dexon-sol-tools-a6440b94f42012cf99287c9971728f3c5b71ce18.tar.bz2 dexon-sol-tools-a6440b94f42012cf99287c9971728f3c5b71ce18.tar.lz dexon-sol-tools-a6440b94f42012cf99287c9971728f3c5b71ce18.tar.xz dexon-sol-tools-a6440b94f42012cf99287c9971728f3c5b71ce18.tar.zst dexon-sol-tools-a6440b94f42012cf99287c9971728f3c5b71ce18.zip |
Fix import
Diffstat (limited to 'packages')
-rw-r--r-- | packages/website/ts/blockchain.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/website/ts/blockchain.ts b/packages/website/ts/blockchain.ts index 748db1755..2e6c33d4e 100644 --- a/packages/website/ts/blockchain.ts +++ b/packages/website/ts/blockchain.ts @@ -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, |