From e1369ff7e8fc02116b9c4261036f0e42e3423cf4 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Mon, 2 Dec 2019 00:42:40 +0100 Subject: the giant refactoring: split wallet into multiple parts --- src/webex/renderHtml.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/webex/renderHtml.tsx') diff --git a/src/webex/renderHtml.tsx b/src/webex/renderHtml.tsx index 42bcdbabc..945719b65 100644 --- a/src/webex/renderHtml.tsx +++ b/src/webex/renderHtml.tsx @@ -23,8 +23,8 @@ /** * Imports. */ -import { AmountJson } from "../amounts"; -import * as Amounts from "../amounts"; +import { AmountJson } from "../util/amounts"; +import * as Amounts from "../util/amounts"; import { DenominationRecord } from "../dbTypes"; import { ReserveCreationInfo } from "../walletTypes"; import * as moment from "moment"; -- cgit v1.2.3