Skip to content
Merged

fixed #186

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion UI/src/components/pages/mainPage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ import { redo as redoUtil } from "../utils/redo.js";
import { handleTabSwitch as handleTabSwitchUtil } from "../utils/handleTabSwitch.js";
import { getEditableNode } from "../utils/getEditableNode.js";
import { handleNameChange } from "../utils/handleNameChange.js";
import CreateCustomBlockModal from "./mainPage/CreateCustomBlockModal.jsx";
import CreateCustomBlockModal from "./mainPage/createCustomBlockModal.jsx";
import { CustomBlocksProvider } from "./mainPage/customCircuit.jsx";
import FlowWithCustomNodes from "./mainPage/FlowWithCustomNodes.jsx";

Expand Down