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

@@ -1,6 +1,6 @@
import { WhereWhatPair } from "maxun-core";
import { GenericModal } from "../../src/components/ui/GenericModal";
import { modalStyle } from "../../src/components/recorder/AddWhereCondModal";
import { modalStyle } from "./AddWhereCondModal";
import { Button, TextField, Typography } from "@mui/material";
import React, { useRef } from "react";
import { KeyValueForm } from "../../src/components/recorder/KeyValueForm";