chore: remove unused import

This commit is contained in:
amhsirak
2025-05-20 20:24:29 +05:30
parent 1a2eb3108d
commit 6bc9c57e72

View File

@@ -1,7 +1,7 @@
import { WhereWhatPair } from "maxun-core";
import { GenericModal } from "../ui/GenericModal";
import { modalStyle } from "./AddWhereCondModal";
import { Button, MenuItem, TextField, Typography } from "@mui/material";
import { Button, TextField, Typography } from "@mui/material";
import React, { useRef } from "react";
import { KeyValueForm } from "./KeyValueForm";
import { ClearButton } from "../ui/buttons/ClearButton";