Skip to content

Commit

Permalink
Merge pull request #10279 from keymanapp/fix/web/unbreak-epic-ldml
Browse files Browse the repository at this point in the history
fix(web): unbreak some ts paths
  • Loading branch information
rc-swag authored Dec 19, 2023
2 parents 83dbc71 + 6364adc commit 50d5da7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion common/web/types/src/kmx/string-list.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { OrderedStringList } from 'src/ldml-keyboard/pattern-parser.js';
import { OrderedStringList } from '../ldml-keyboard/pattern-parser.js';
import { DependencySections, StrsItem, StrsOptions } from './kmx-plus.js';

/**
Expand Down
4 changes: 2 additions & 2 deletions common/web/types/src/osk/osk.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { TouchLayoutFile, TouchLayoutFlick, TouchLayoutKey, TouchLayoutPlatform, TouchLayoutSubKey } from "src/keyman-touch-layout/keyman-touch-layout-file.js";
import { TouchLayoutFile, TouchLayoutFlick, TouchLayoutKey, TouchLayoutPlatform, TouchLayoutSubKey } from "../keyman-touch-layout/keyman-touch-layout-file.js";
import { VisualKeyboard } from "../kvk/visual-keyboard.js";
import SchemaValidators from "../schema-validators.js";

Expand Down Expand Up @@ -106,4 +106,4 @@ export function remapTouchLayout(source: TouchLayoutFile, map: PuaMap) {
scanPlatform(source.tablet);

return dirty;
}
}

0 comments on commit 50d5da7

Please sign in to comment.