diff options
| author | bobzel <zzzman@gmail.com> | 2023-12-06 20:02:36 -0500 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2023-12-06 20:02:36 -0500 |
| commit | c30a5b644458a7ab03a4dabe93face035aa0a21b (patch) | |
| tree | 2fed8f18909ad185757ae96eb93eb85482ac3a6c /src/client/views/GestureOverlay.tsx | |
| parent | 6d38096db5f0d550866d82d954436447d0c36a65 (diff) | |
more error/warning fixes
Diffstat (limited to 'src/client/views/GestureOverlay.tsx')
| -rw-r--r-- | src/client/views/GestureOverlay.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/views/GestureOverlay.tsx b/src/client/views/GestureOverlay.tsx index 5f0df3c5f..214da5541 100644 --- a/src/client/views/GestureOverlay.tsx +++ b/src/client/views/GestureOverlay.tsx @@ -14,7 +14,6 @@ import { InteractionUtils } from '../util/InteractionUtils'; import { ScriptingGlobals } from '../util/ScriptingGlobals'; import { Transform } from '../util/Transform'; import './GestureOverlay.scss'; -import { InkTranscription } from './InkTranscription'; import { ActiveArrowEnd, ActiveArrowScale, |
