Skip to content

Commit 864cd09

Browse files
chore: fix lint in undo_redo.ts
1 parent ad2d304 commit 864cd09

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

src/actions/undo_redo.ts

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,7 @@
44
* SPDX-License-Identifier: Apache-2.0
55
*/
66

7-
import {
8-
ShortcutRegistry,
9-
utils as BlocklyUtils,
10-
ShortcutItems,
11-
WorkspaceSvg,
12-
} from 'blockly/core';
13-
14-
import * as Constants from '../constants';
15-
import type {Navigation} from '../navigation';
16-
17-
const KeyCodes = BlocklyUtils.KeyCodes;
7+
import {ShortcutRegistry, ShortcutItems, WorkspaceSvg} from 'blockly/core';
188

199
/**
2010
* Class for registering a shortcut for undo/redo actions.

0 commit comments

Comments
 (0)