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

@@ -7,7 +7,7 @@ import { DeleteForever, KeyboardArrowDown, KeyboardArrowUp, Settings } from "@mu
import { deleteRunFromStorage } from "../../api/storage";
import { columns, Data } from "./RunsTable";
import { RunContent } from "./RunContent";
import { GenericModal } from "../atoms/GenericModal";
import { GenericModal } from "../ui/GenericModal";
import { modalStyle } from "./AddWhereCondModal";
import { getUserById } from "../../api/auth";
import { useTranslation } from "react-i18next";