diff options
author | Steve Klebanoff <steve.klebanoff@gmail.com> | 2018-11-09 09:13:22 +0800 |
---|---|---|
committer | Steve Klebanoff <steve.klebanoff@gmail.com> | 2018-11-09 09:13:22 +0800 |
commit | 297a62fe80142897250f6dd6fddb4cdf1d3fe3ee (patch) | |
tree | 92bd8ba2f27d9144bdc1c8fbfda5b50e81015dd5 /packages/instant/src/components/zero_ex_instant_provider.tsx | |
parent | 1e39d56cf751fd922d6fec86ecc8bc70b20bc6bb (diff) | |
download | dexon-0x-contracts-297a62fe80142897250f6dd6fddb4cdf1d3fe3ee.tar.gz dexon-0x-contracts-297a62fe80142897250f6dd6fddb4cdf1d3fe3ee.tar.zst dexon-0x-contracts-297a62fe80142897250f6dd6fddb4cdf1d3fe3ee.zip |
move files around and rename
Diffstat (limited to 'packages/instant/src/components/zero_ex_instant_provider.tsx')
-rw-r--r-- | packages/instant/src/components/zero_ex_instant_provider.tsx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/instant/src/components/zero_ex_instant_provider.tsx b/packages/instant/src/components/zero_ex_instant_provider.tsx index 24ae0c4b6..bbc20dab6 100644 --- a/packages/instant/src/components/zero_ex_instant_provider.tsx +++ b/packages/instant/src/components/zero_ex_instant_provider.tsx @@ -15,7 +15,8 @@ import { AffiliateInfo, AssetMetaData, Network, OrderSource } from '../types'; import { assetUtils } from '../util/asset'; import { errorFlasher } from '../util/error_flasher'; import { gasPriceEstimator } from '../util/gas_price_estimator'; -import { generateAccountHeartbeater, Heartbeater, generateBuyQuoteHeartbeater } from '../util/hearbeats'; +import { Heartbeater } from '../util/heartbeater'; +import { generateAccountHeartbeater, generateBuyQuoteHeartbeater } from '../util/heartbeater_factory'; import { providerStateFactory } from '../util/provider_state_factory'; fonts.include(); |