Skip to content

Commit

Permalink
chore: fixup LexicalModelTypes import
Browse files Browse the repository at this point in the history
  • Loading branch information
mcdurdin committed Dec 5, 2024
1 parent 6e8e099 commit 6f67ea0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion web/src/engine/predictive-text/templates/src/trie.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
import { LexiconTraversal, USVString } from "@keymanapp/common-types";
import { LexicalModelTypes } from "@keymanapp/common-types";
import LexiconTraversal = LexicalModelTypes.LexiconTraversal;
import USVString = LexicalModelTypes.USVString;
import { isHighSurrogate, isSentinel, SearchKey, SENTINEL_CODE_UNIT, Wordform2Key } from "./common.js";
import { decompressNode, inflateChild } from "./trie-compression.js";

Expand Down

0 comments on commit 6f67ea0

Please sign in to comment.