diff --git a/website/src/screens/EntryEditor.tsx b/website/src/screens/EntryEditor.tsx index 2d223cc..bb600bf 100644 --- a/website/src/screens/EntryEditor.tsx +++ b/website/src/screens/EntryEditor.tsx @@ -11,6 +11,7 @@ import classNames from "classnames"; import { Link } from "react-router-dom"; import { VPExplorer } from "@lingdocs/pashto-inflector"; import { entryFeeder } from "../lib/dictionary"; +import { DictionaryAPI } from "../lib/dictionary"; import { ConjugationViewer, InflectionsTable, diff --git a/website/src/screens/IsolatedEntry.tsx b/website/src/screens/IsolatedEntry.tsx index 7a8f731..fab221d 100644 --- a/website/src/screens/IsolatedEntry.tsx +++ b/website/src/screens/IsolatedEntry.tsx @@ -33,7 +33,10 @@ import AudioPlayButton from "../components/AudioPlayButton"; import { Helmet } from "react-helmet"; import { Modal } from "react-bootstrap"; import { getTextOptions } from "../lib/get-text-options"; -import { entryFeeder } from "../lib/dictionary"; +import { + entryFeeder, + DictionaryAPI, +} from "../lib/dictionary"; function IsolatedEntry({ state, dictionary, isolateEntry }: { state: State,