feat: move dropdown mui to ui directory

This commit is contained in:
amhsirak
2025-01-09 19:48:39 +05:30
parent 6c59dc5833
commit 31a5e44de1
8 changed files with 7 additions and 7 deletions

View File

@@ -3,7 +3,7 @@ import { GenericModal } from "../atoms/GenericModal";
import { modalStyle } from "./AddWhereCondModal";
import { Button, MenuItem, TextField, Typography } from "@mui/material";
import React, { useRef } from "react";
import { Dropdown as MuiDropdown } from "../atoms/DropdownMui";
import { Dropdown as MuiDropdown } from "../ui/DropdownMui";
import { KeyValueForm } from "./KeyValueForm";
import { ClearButton } from "../ui/buttons/ClearButton";
import { useSocketStore } from "../../context/socket";