This commit is contained in:
lingdocs 2022-05-17 14:27:53 -05:00
parent 356d8f1503
commit 5849d1b32f
2 changed files with 5 additions and 1 deletions

View File

@ -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,

View File

@ -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,