aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2019-08-16 19:20:18 +0200
committerFlorian Dold <florian.dold@gmail.com>2019-08-16 19:20:18 +0200
commitd10c42776a6b0deb1f366995cdb1666807106a1e (patch)
tree9323a37876d48b868255fee2699fd0c33cad702a /src
parent67dc8d30c0b9b84b5d1f37eb680729e0b7ac32f6 (diff)
downloadwallet-core-d10c42776a6b0deb1f366995cdb1666807106a1e.tar.xz
use packaged type declarations
Diffstat (limited to 'src')
-rw-r--r--src/i18n.tsx2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/i18n.tsx b/src/i18n.tsx
index ddf4fb768..29df1c5af 100644
--- a/src/i18n.tsx
+++ b/src/i18n.tsx
@@ -23,7 +23,9 @@
*/
import {strings} from "./i18n/strings";
+// @ts-ignore: no type decl for this library
import * as jedLib from "jed";
+
import * as React from "react";