aboutsummaryrefslogtreecommitdiff
path: root/src/webex/wxBackend.ts
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2018-01-04 11:35:04 +0100
committerFlorian Dold <florian.dold@gmail.com>2018-01-04 11:35:04 +0100
commit202d51c6a2aea6c24af00605dd76b4fc37e42630 (patch)
tree2ce699ebb99c127b560392cbd1ab42c034f4433e /src/webex/wxBackend.ts
parent02b4a2ad6208c3b70a4a194b4c763a4e4334cdc1 (diff)
downloadwallet-core-202d51c6a2aea6c24af00605dd76b4fc37e42630.tar.xz
refactor / put some types where they belong
Diffstat (limited to 'src/webex/wxBackend.ts')
-rw-r--r--src/webex/wxBackend.ts7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/webex/wxBackend.ts b/src/webex/wxBackend.ts
index a8ce5eebc..02a1543e5 100644
--- a/src/webex/wxBackend.ts
+++ b/src/webex/wxBackend.ts
@@ -46,11 +46,14 @@ import {
} from "../walletTypes";
import {
- Stores,
- WALLET_DB_VERSION,
Wallet,
} from "../wallet";
+import {
+ Stores,
+ WALLET_DB_VERSION,
+} from "../dbTypes";
+
import { ChromeBadge } from "./chromeBadge";
import { MessageType } from "./messages";