We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 298e8b9 commit 1242271Copy full SHA for 1242271
test/index.ts
@@ -24,7 +24,7 @@ import {javascriptGenerator} from 'blockly/javascript';
24
// @ts-expect-error No types in js file
25
import {load} from './loadTestBlocks';
26
import {runCode, registerRunCodeShortcut} from './runCode';
27
-import {addGUIControls, createPlayground} from '@blockly/dev-tools';
+import {createPlayground} from '@blockly/dev-tools';
28
29
(window as unknown as {Blockly: typeof Blockly}).Blockly = Blockly;
30
0 commit comments