chore: move export const PairDetail = ({ pair, index }: PairDetailProps) => { to legacy

This commit is contained in:
amhsirak
2025-11-25 16:02:36 +05:30
parent 187eadf397
commit 152afd08ca
3 changed files with 10 additions and 10 deletions

View File

@@ -1,8 +1,8 @@
import React from "react";
import { Button, MenuItem, TextField, Typography } from "@mui/material";
import { Dropdown } from "../ui/DropdownMui";
import { RunSettings } from "../run/RunSettings";
import { useSocketStore } from "../../context/socket";
import { Dropdown } from "../../src/components/ui/DropdownMui";
import { RunSettings } from "../../src/components/run/RunSettings";
import { useSocketStore } from "../../src/context/socket";
interface LeftSidePanelSettingsProps {
params: any[]