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.
2 parents 6098271 + 12b36cc commit f791484Copy full SHA for f791484
1 file changed
UI/src/components/codeComponents/nodes.js
@@ -8,7 +8,7 @@ import TextNode from "../circuits/advancedElements/TextNode.jsx";
8
import InputNodeSwitch from "../circuits/IOelemnts/switch.jsx";
9
import InputNodeButton from "../circuits/IOelemnts/button.jsx";
10
import OutputNodeLed from "../circuits/IOelemnts/led.jsx";
11
-import CustomBlockNode from "../circuits/CustomBlockNode.jsx";
+import CustomBlockNode from "../circuits/customBlockNode.jsx";
12
13
export const nodeTypes = {
14
andNode: AndNode,
0 commit comments