diff options
author | Florian Dold <florian.dold@gmail.com> | 2019-08-16 19:20:18 +0200 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2019-08-16 19:20:18 +0200 |
commit | d10c42776a6b0deb1f366995cdb1666807106a1e (patch) | |
tree | 9323a37876d48b868255fee2699fd0c33cad702a /src | |
parent | 67dc8d30c0b9b84b5d1f37eb680729e0b7ac32f6 (diff) |
use packaged type declarations
Diffstat (limited to 'src')
-rw-r--r-- | src/i18n.tsx | 2 |
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"; |