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 0b3f5fb commit 7d242b7Copy full SHA for 7d242b7
src/blocks/mrc_mechanism.ts
@@ -23,7 +23,7 @@ import * as Blockly from 'blockly';
23
import { Order, PythonGenerator } from 'blockly/python';
24
25
import { MRC_STYLE_FUNCTIONS } from '../themes/styles'
26
-import { createFieldNonEditableText } from 'src/fields/FieldNonEditableText';
+import { createFieldNonEditableText } from '../fields/FieldNonEditableText';
27
import { ExtendedPythonGenerator } from '../editor/extended_python_generator';
28
import { getAllowedTypesForSetCheck, getOutputCheck } from './utils/python';
29
0 commit comments