feat: move componentsto ui directory

This commit is contained in:
amhsirak
2025-01-09 19:49:20 +05:30
parent 31a5e44de1
commit aca84da432
23 changed files with 19 additions and 19 deletions

View File

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