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/util/helpers.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/util/helpers.ts') diff --git a/src/util/helpers.ts b/src/util/helpers.ts index 3831e84af..99d046f04 100644 --- a/src/util/helpers.ts +++ b/src/util/helpers.ts @@ -24,7 +24,7 @@ import { AmountJson } from "./amounts"; import * as Amounts from "./amounts"; -import { Timestamp, Duration } from "../walletTypes"; +import { Timestamp, Duration } from "../types/walletTypes"; /** * Show an amount in a form suitable for the user. -- cgit v1.2.3