Skip to content

Commit 1242271

Browse files
committed
chore: Remove unused import.
1 parent 298e8b9 commit 1242271

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import {javascriptGenerator} from 'blockly/javascript';
2424
// @ts-expect-error No types in js file
2525
import {load} from './loadTestBlocks';
2626
import {runCode, registerRunCodeShortcut} from './runCode';
27-
import {addGUIControls, createPlayground} from '@blockly/dev-tools';
27+
import {createPlayground} from '@blockly/dev-tools';
2828

2929
(window as unknown as {Blockly: typeof Blockly}).Blockly = Blockly;
3030

0 commit comments

Comments
 (0)