From fd2cd9c383b07cd681c18137396deae025d98047 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Wed, 3 Jan 2018 14:42:06 +0100 Subject: fix lint issues and separate message types into multiple files --- src/helpers.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/helpers.ts') diff --git a/src/helpers.ts b/src/helpers.ts index 6dc080b2e..d85808acb 100644 --- a/src/helpers.ts +++ b/src/helpers.ts @@ -21,7 +21,8 @@ /** * Imports. */ -import {AmountJson, Amounts} from "./types"; +import { AmountJson } from "./amounts"; +import * as Amounts from "./amounts"; import URI = require("urijs"); -- cgit v1.2.3