chore: move LeftSidePanelContent to legacy
This commit is contained in:
@@ -4,7 +4,7 @@ import { getActiveWorkflow, getParamsOfActiveWorkflow } from "../../src/api/work
|
|||||||
import { useSocketStore } from '../../src/context/socket';
|
import { useSocketStore } from '../../src/context/socket';
|
||||||
import { WhereWhatPair, WorkflowFile } from "maxun-core";
|
import { WhereWhatPair, WorkflowFile } from "maxun-core";
|
||||||
import { emptyWorkflow } from "../../src/shared/constants";
|
import { emptyWorkflow } from "../../src/shared/constants";
|
||||||
import { LeftSidePanelContent } from "../../src/components/recorder/LeftSidePanelContent";
|
import { LeftSidePanelContent } from "./LeftSidePanelContent";
|
||||||
import { useGlobalInfoStore } from "../../src/context/globalInfo";
|
import { useGlobalInfoStore } from "../../src/context/globalInfo";
|
||||||
import { TabContext, TabPanel } from "@mui/lab";
|
import { TabContext, TabPanel } from "@mui/lab";
|
||||||
import { LeftSidePanelSettings } from "../../src/components/recorder/LeftSidePanelSettings";
|
import { LeftSidePanelSettings } from "../../src/components/recorder/LeftSidePanelSettings";
|
||||||
|
|||||||
@@ -1,12 +1,12 @@
|
|||||||
import React, { useCallback, useEffect, useState } from 'react';
|
import React, { useCallback, useEffect, useState } from 'react';
|
||||||
import { Pair } from "./Pair";
|
import { Pair } from "../../src/components/recorder/Pair";
|
||||||
import { WhereWhatPair, WorkflowFile } from "maxun-core";
|
import { WhereWhatPair, WorkflowFile } from "maxun-core";
|
||||||
import { useSocketStore } from "../../context/socket";
|
import { useSocketStore } from "../../src/context/socket";
|
||||||
import { Socket } from "socket.io-client";
|
import { Socket } from "socket.io-client";
|
||||||
import { AddButton } from "../ui/buttons/AddButton";
|
import { AddButton } from "../../src/components/ui/buttons/AddButton";
|
||||||
import { AddPair } from "../../api/workflow";
|
import { AddPair } from "../../src/api/workflow";
|
||||||
import { GenericModal } from "../ui/GenericModal";
|
import { GenericModal } from "../../src/components/ui/GenericModal";
|
||||||
import { PairEditForm } from "./PairEditForm";
|
import { PairEditForm } from "../../src/components/recorder/PairEditForm";
|
||||||
import { Tooltip } from "@mui/material";
|
import { Tooltip } from "@mui/material";
|
||||||
|
|
||||||
interface LeftSidePanelContentProps {
|
interface LeftSidePanelContentProps {
|
||||||
Reference in New Issue
Block a user