aboutsummaryrefslogtreecommitdiffstats
path: root/packages
diff options
context:
space:
mode:
authorLeonid Logvinov <logvinov.leon@gmail.com>2018-11-12 20:54:38 +0800
committerLeonid Logvinov <logvinov.leon@gmail.com>2018-11-12 20:54:38 +0800
commit4d5bc8b8eec4da97ff82c8785fb7c1f9392ca768 (patch)
tree53a7136666b8b90c07f5e84ea37aab841c33df0e /packages
parent7f013515e7158e301e5276d1efade2b5d9355fa5 (diff)
downloaddexon-sol-tools-4d5bc8b8eec4da97ff82c8785fb7c1f9392ca768.tar
dexon-sol-tools-4d5bc8b8eec4da97ff82c8785fb7c1f9392ca768.tar.gz
dexon-sol-tools-4d5bc8b8eec4da97ff82c8785fb7c1f9392ca768.tar.bz2
dexon-sol-tools-4d5bc8b8eec4da97ff82c8785fb7c1f9392ca768.tar.lz
dexon-sol-tools-4d5bc8b8eec4da97ff82c8785fb7c1f9392ca768.tar.xz
dexon-sol-tools-4d5bc8b8eec4da97ff82c8785fb7c1f9392ca768.tar.zst
dexon-sol-tools-4d5bc8b8eec4da97ff82c8785fb7c1f9392ca768.zip
Fix static tests
Diffstat (limited to 'packages')
-rw-r--r--packages/instant/src/redux/reducer.ts1
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';