From 74433c3e05734aa1194049fcbcaa92c70ce61c74 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Thu, 12 Dec 2019 20:53:15 +0100 Subject: refactor: re-structure type definitions --- src/webex/pages/popup.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/webex/pages/popup.tsx') diff --git a/src/webex/pages/popup.tsx b/src/webex/pages/popup.tsx index 27d5dddba..3a2856d64 100644 --- a/src/webex/pages/popup.tsx +++ b/src/webex/pages/popup.tsx @@ -24,16 +24,15 @@ /** * Imports. */ -import * as i18n from "../../i18n"; +import * as i18n from "../i18n"; import { AmountJson } from "../../util/amounts"; import * as Amounts from "../../util/amounts"; import { - HistoryEvent, WalletBalance, WalletBalanceEntry, -} from "../../walletTypes"; +} from "../../types/walletTypes"; import { abbrev, @@ -44,6 +43,7 @@ import { import * as wxApi from "../wxApi"; import * as React from "react"; +import { HistoryEvent } from "../../types/history"; function onUpdateNotification(f: () => void): () => void { const port = chrome.runtime.connect({ name: "notifications" }); -- cgit v1.2.3