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/tip.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/webex/pages/tip.tsx') diff --git a/src/webex/pages/tip.tsx b/src/webex/pages/tip.tsx index ac904cf0d..c44b343a4 100644 --- a/src/webex/pages/tip.tsx +++ b/src/webex/pages/tip.tsx @@ -24,7 +24,7 @@ import * as React from "react"; import * as ReactDOM from "react-dom"; -import * as i18n from "../../i18n"; +import * as i18n from "../i18n"; import { acceptTip, getReserveCreationInfo, getTipStatus } from "../wxApi"; @@ -32,7 +32,7 @@ import { WithdrawDetailView, renderAmount, ProgressButton } from "../renderHtml" import * as Amounts from "../../util/amounts"; import { useState, useEffect } from "react"; -import { TipStatus } from "../../walletTypes"; +import { TipStatus } from "../../types/walletTypes"; function TipDisplay(props: { talerTipUri: string }) { -- cgit v1.2.3