chore: move LeftSidePanelContent to legacy

This commit is contained in:
amhsirak
2025-11-25 16:00:54 +05:30
parent b6f4ca7a3a
commit e9e3ba013b
2 changed files with 7 additions and 7 deletions

View File

@@ -4,7 +4,7 @@ import { getActiveWorkflow, getParamsOfActiveWorkflow } from "../../src/api/work
import { useSocketStore } from '../../src/context/socket';
import { WhereWhatPair, WorkflowFile } from "maxun-core";
import { emptyWorkflow } from "../../src/shared/constants";
import { LeftSidePanelContent } from "../../src/components/recorder/LeftSidePanelContent";
import { LeftSidePanelContent } from "./LeftSidePanelContent";
import { useGlobalInfoStore } from "../../src/context/globalInfo";
import { TabContext, TabPanel } from "@mui/lab";
import { LeftSidePanelSettings } from "../../src/components/recorder/LeftSidePanelSettings";