chore: move AddWhatCondModal to legacy

This commit is contained in:
amhsirak
2025-11-25 15:55:28 +05:30
parent ad8df66ecd
commit 1f8a9cc41c
2 changed files with 6 additions and 6 deletions

View File

@@ -12,7 +12,7 @@ import NotificationImportantIcon from '@mui/icons-material/NotificationImportant
import { RemoveButton } from "../ui/buttons/RemoveButton";
import { AddWhereCondModal } from "./AddWhereCondModal";
import { useSocketStore } from "../../context/socket";
import { AddWhatCondModal } from "./AddWhatCondModal";
import { AddWhatCondModal } from "../../../legacy/src/AddWhatCondModal";
interface PairDetailProps {
pair: WhereWhatPair | null;