aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
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";