Skip to content

Commit d0fcd59

Browse files
committed
chore: restore type imports.
Accidentally moved to full imports in an earlier commit. This addresses a review comment.
1 parent 893f6b1 commit d0fcd59

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/actions/enter.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,15 @@ import {
99
Events,
1010
ShortcutRegistry,
1111
utils as BlocklyUtils,
12+
getFocusManager,
13+
} from 'blockly/core';
14+
15+
import type {
1216
Block,
1317
BlockSvg,
1418
Field,
1519
FlyoutButton,
1620
WorkspaceSvg,
17-
getFocusManager,
1821
} from 'blockly/core';
1922

2023
import * as Constants from '../constants';

0 commit comments

Comments
 (0)