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/renderHtml.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/webex/renderHtml.tsx') diff --git a/src/webex/renderHtml.tsx b/src/webex/renderHtml.tsx index bf9cdc76f..767058ebf 100644 --- a/src/webex/renderHtml.tsx +++ b/src/webex/renderHtml.tsx @@ -25,10 +25,10 @@ */ import { AmountJson } from "../util/amounts"; import * as Amounts from "../util/amounts"; -import { DenominationRecord } from "../dbTypes"; -import { ExchangeWithdrawDetails } from "../walletTypes"; +import { DenominationRecord } from "../types/dbTypes"; +import { ExchangeWithdrawDetails } from "../types/walletTypes"; import * as moment from "moment"; -import * as i18n from "../i18n"; +import * as i18n from "./i18n"; import React from "react"; import ReactDOM from "react-dom"; -- cgit v1.2.3