diff options
author | Brandon Millman <brandon.millman@gmail.com> | 2018-11-06 15:56:54 +0800 |
---|---|---|
committer | Brandon Millman <brandon.millman@gmail.com> | 2018-11-06 15:56:54 +0800 |
commit | 8b06b3627426c3f9eda3262d0b6479d55cc4c9ad (patch) | |
tree | 96c0f9bbd708d1452a4cf37c9f01d7eb5839c66e | |
parent | 66261102de57e3bc86714577c021aa5c7e17c150 (diff) | |
download | dexon-sol-tools-8b06b3627426c3f9eda3262d0b6479d55cc4c9ad.tar dexon-sol-tools-8b06b3627426c3f9eda3262d0b6479d55cc4c9ad.tar.gz dexon-sol-tools-8b06b3627426c3f9eda3262d0b6479d55cc4c9ad.tar.bz2 dexon-sol-tools-8b06b3627426c3f9eda3262d0b6479d55cc4c9ad.tar.lz dexon-sol-tools-8b06b3627426c3f9eda3262d0b6479d55cc4c9ad.tar.xz dexon-sol-tools-8b06b3627426c3f9eda3262d0b6479d55cc4c9ad.tar.zst dexon-sol-tools-8b06b3627426c3f9eda3262d0b6479d55cc4c9ad.zip |
chore(instant): fix lint error
-rw-r--r-- | packages/instant/src/redux/reducer.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/instant/src/redux/reducer.ts b/packages/instant/src/redux/reducer.ts index 8c1902bb8..bc435d069 100644 --- a/packages/instant/src/redux/reducer.ts +++ b/packages/instant/src/redux/reducer.ts @@ -15,7 +15,6 @@ import { OrderProcessState, OrderState, } from '../types'; -import { assetUtils } from '../util/asset'; import { Action, ActionTypes } from './actions'; |