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

@@ -1,7 +1,7 @@
import React, { useState } from 'react';
import { GenericModal } from "../atoms/GenericModal";
import { MenuItem, TextField, Typography, Switch, FormControlLabel } from "@mui/material";
import { Dropdown } from "../atoms/DropdownMui";
import { Dropdown } from "../ui/DropdownMui";
import Button from "@mui/material/Button";
import { modalStyle } from "./AddWhereCondModal";