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 { 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";
|
||||
|
||||
@@ -1,12 +1,12 @@
|
||||
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 { useSocketStore } from "../../context/socket";
|
||||
import { useSocketStore } from "../../src/context/socket";
|
||||
import { Socket } from "socket.io-client";
|
||||
import { AddButton } from "../ui/buttons/AddButton";
|
||||
import { AddPair } from "../../api/workflow";
|
||||
import { GenericModal } from "../ui/GenericModal";
|
||||
import { PairEditForm } from "./PairEditForm";
|
||||
import { AddButton } from "../../src/components/ui/buttons/AddButton";
|
||||
import { AddPair } from "../../src/api/workflow";
|
||||
import { GenericModal } from "../../src/components/ui/GenericModal";
|
||||
import { PairEditForm } from "../../src/components/recorder/PairEditForm";
|
||||
import { Tooltip } from "@mui/material";
|
||||
|
||||
interface LeftSidePanelContentProps {
|
||||
Reference in New Issue
Block a user