From 879a7cd373bef3aef76554c9c1e4a9b4bb022c4f Mon Sep 17 00:00:00 2001 From: doshq Date: Tue, 22 Jul 2025 00:06:18 +0300 Subject: [PATCH] fixed --- UI/src/components/pages/mainPage.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UI/src/components/pages/mainPage.jsx b/UI/src/components/pages/mainPage.jsx index 3c5ea20..3004544 100644 --- a/UI/src/components/pages/mainPage.jsx +++ b/UI/src/components/pages/mainPage.jsx @@ -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";