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/return-coins.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/webex/pages/return-coins.tsx') diff --git a/src/webex/pages/return-coins.tsx b/src/webex/pages/return-coins.tsx index be65b4121..7c835da0a 100644 --- a/src/webex/pages/return-coins.tsx +++ b/src/webex/pages/return-coins.tsx @@ -31,9 +31,9 @@ import * as Amounts from "../../util/amounts"; import { SenderWireInfos, WalletBalance, -} from "../../walletTypes"; +} from "../../types/walletTypes"; -import * as i18n from "../../i18n"; +import * as i18n from "../i18n"; import * as wire from "../../util/wire"; -- cgit v1.2.3