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 99fc787 commit 23f83c9Copy full SHA for 23f83c9
src/layout.ts
@@ -9,7 +9,7 @@ import { IIterator, ArrayIterator } from '@lumino/algorithm';
9
import * as Blockly from 'blockly';
10
11
import { BlocklyManager } from './manager';
12
-import { define_jupyter_theme } from './utils';
+import { THEME } from './utils';
13
14
/**
15
* A blockly layout to host the Blockly editor.
0 commit comments