From 202d51c6a2aea6c24af00605dd76b4fc37e42630 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Thu, 4 Jan 2018 11:35:04 +0100 Subject: refactor / put some types where they belong --- src/webex/wxBackend.ts | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'src/webex/wxBackend.ts') 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"; -- cgit v1.2.3