chore: move AddWhereCondModal to legacy

This commit is contained in:
amhsirak
2025-11-25 16:09:29 +05:30
parent 1e6b9e6878
commit cab8d6ce91
3 changed files with 6 additions and 6 deletions

View File

@@ -10,7 +10,7 @@ import { AddButton } from "../../src/components/ui/buttons/AddButton";
import { WarningText } from "../../src/components/ui/texts";
import NotificationImportantIcon from '@mui/icons-material/NotificationImportant';
import { RemoveButton } from "../../src/components/ui/buttons/RemoveButton";
import { AddWhereCondModal } from "../../src/components/recorder/AddWhereCondModal";
import { AddWhereCondModal } from "./AddWhereCondModal";
import { useSocketStore } from "../../src/context/socket";
import { AddWhatCondModal } from "./AddWhatCondModal";