From e5b88ee00392d855b9d343a3dd80afeb33f44d79 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Tue, 30 May 2017 18:33:28 +0200 Subject: skeleton for better RPC types --- src/webex/pages/popup.tsx | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'src/webex/pages/popup.tsx') diff --git a/src/webex/pages/popup.tsx b/src/webex/pages/popup.tsx index c62a6f8af..54e4f3e2d 100644 --- a/src/webex/pages/popup.tsx +++ b/src/webex/pages/popup.tsx @@ -30,13 +30,11 @@ import * as i18n from "../../i18n"; import { AmountJson, Amounts, + HistoryLevel, + HistoryRecord, WalletBalance, WalletBalanceEntry, } from "../../types"; -import { - HistoryLevel, - HistoryRecord, -} from "../../wallet"; import { abbrev } from "../renderHtml"; -- cgit v1.2.3