diff options
author | Steve Klebanoff <steve.klebanoff@gmail.com> | 2018-10-25 00:04:10 +0800 |
---|---|---|
committer | Steve Klebanoff <steve.klebanoff@gmail.com> | 2018-10-25 00:04:10 +0800 |
commit | fefb64442a5b288020c6523de4093fc3f7e43f37 (patch) | |
tree | 88cfa4fe59dac53ba9b8b2232a3790164328a630 /packages | |
parent | 119c4e2dc65cfa8fff75875162b87c378c16cd4a (diff) | |
download | dexon-sol-tools-fefb64442a5b288020c6523de4093fc3f7e43f37.tar dexon-sol-tools-fefb64442a5b288020c6523de4093fc3f7e43f37.tar.gz dexon-sol-tools-fefb64442a5b288020c6523de4093fc3f7e43f37.tar.bz2 dexon-sol-tools-fefb64442a5b288020c6523de4093fc3f7e43f37.tar.lz dexon-sol-tools-fefb64442a5b288020c6523de4093fc3f7e43f37.tar.xz dexon-sol-tools-fefb64442a5b288020c6523de4093fc3f7e43f37.tar.zst dexon-sol-tools-fefb64442a5b288020c6523de4093fc3f7e43f37.zip |
Get rid of unused import
Diffstat (limited to 'packages')
-rw-r--r-- | packages/instant/src/redux/actions.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/instant/src/redux/actions.ts b/packages/instant/src/redux/actions.ts index 9c084ab3c..5a4099f15 100644 --- a/packages/instant/src/redux/actions.ts +++ b/packages/instant/src/redux/actions.ts @@ -2,7 +2,7 @@ import { BuyQuote } from '@0x/asset-buyer'; import { BigNumber } from '@0x/utils'; import * as _ from 'lodash'; -import { ActionsUnion, AsyncProcessState, OrderState } from '../types'; +import { ActionsUnion, OrderState } from '../types'; export interface PlainAction<T extends string> { type: T; |