mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 00:15:32 +00:00
change(web): fix import path
Some checks failed
Keyman Build Summary / Summarize build status checks (push) Has been cancelled
Some checks failed
Keyman Build Summary / Summarize build status checks (push) Has been cancelled
This commit is contained in:
parent
e1f143a619
commit
1b8e82cee5
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ import { ContextToken } from './context-token.js';
|
|||
import { ContextTokenization } from './context-tokenization.js';
|
||||
import { SearchQuotientCluster } from './search-quotient-cluster.js';
|
||||
import { legacySubsetKeyer, TokenizationSubset, TokenizationSubsetBuilder } from './tokenization-subsets.js';
|
||||
import { TransformUtils } from '#./transformUtils.js';
|
||||
import { TransformUtils } from '../transformUtils.js';
|
||||
|
||||
import Distribution = LexicalModelTypes.Distribution;
|
||||
import Transform = LexicalModelTypes.Transform;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue