Skip to content

Commit

Permalink
fix(web): Cleanup imports
Browse files Browse the repository at this point in the history
Addresses code review comments.
  • Loading branch information
ermshiperete committed Apr 23, 2024
1 parent 2362269 commit c5efad0
Showing 1 changed file with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,14 @@ import { JSDOM } from 'jsdom';
import sinon from 'sinon';

import { GesturePath, GestureSequence, GestureSource, GestureSourceSubview } from '@keymanapp/gesture-recognizer';
import { ActiveSubKey, DeviceSpec } from '@keymanapp/keyboard-processor';
import { DEFAULT_GESTURE_PARAMS, KeyElement, VisualKeyboard } from 'keyman/engine/osk';

import { ActiveSubKey } from '@keymanapp/keyboard-processor';
import { DeviceSpec } from '../../../../../../../../../../common/web/utils/build/obj/deviceSpec.js';
import OSKSubKey from '../../../../../../../../../build/engine/osk/obj/input/gestures/browser/oskSubKey.js';
// the following imports are not exported in keyman/engine/osk:
import OSKBaseKey from '../../../../../../../../../build/engine/osk/obj/keyboard-layout/oskBaseKey.js';
import OSKRow from '../../../../../../../../../build/engine/osk/obj/keyboard-layout/oskRow.js';
import { default as SubkeyPopup } from '../../../../../../../../../build/engine/osk/obj/input/gestures/browser/subkeyPopup.js'
import { link } from '../../../../../../../../../build/engine/osk/obj/keyElement.js'
import { DEFAULT_GESTURE_PARAMS, KeyElement, VisualKeyboard } from 'keyman/engine/osk';

// Tests for #10126
describe('subkey menu width', () => {
Expand Down

0 comments on commit c5efad0

Please sign in to comment.