Skip to content

Commit

Permalink
chore(web): cleans up a couple of import paths
Browse files Browse the repository at this point in the history
  • Loading branch information
jahorton committed May 16, 2023
1 parent 5324afd commit 00f8e3c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions web/src/app/browser/src/hardwareEventKeyboard.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,10 @@ import { Codes, DeviceSpec, KeyEvent, KeyMapping, Keyboard, KeyboardProcessor }

import { HardKeyboard } from 'keyman/engine/main';
import { DomEventTracker } from 'keyman/engine/events';
import { DesignIFrame, nestedInstanceOf } from 'keyman/engine/element-wrappers';
import { eventOutputTarget, outputTargetForElement } from 'keyman/engine/attachment';

import ContextManager from './contextManager.js';
import { nestedInstanceOf } from '../../../../build/engine/element-wrappers/obj/utils.js';
import DesignIFrame from '../../../../build/engine/element-wrappers/obj/designIFrame.js';

type KeyboardState = {
activeKeyboard: Keyboard,
Expand Down

0 comments on commit 00f8e3c

Please sign in to comment.