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/benchmark.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/webex/pages/benchmark.tsx') diff --git a/src/webex/pages/benchmark.tsx b/src/webex/pages/benchmark.tsx index b250bc20a..fe874f2b7 100644 --- a/src/webex/pages/benchmark.tsx +++ b/src/webex/pages/benchmark.tsx @@ -21,9 +21,9 @@ * @author Florian Dold */ -import * as i18n from "../../i18n"; +import * as i18n from "../i18n"; -import { BenchmarkResult } from "../../walletTypes"; +import { BenchmarkResult } from "../../types/walletTypes"; import * as wxApi from "../wxApi"; -- cgit v1.2.3