feat: create recorder ui directory

This commit is contained in:
amhsirak
2025-01-09 20:09:46 +05:30
parent 403345b78e
commit 2d0d18d0b2
18 changed files with 10 additions and 10 deletions

View File

@@ -8,7 +8,7 @@ import { deleteRunFromStorage } from "../../api/storage";
import { columns, Data } from "./RunsTable";
import { RunContent } from "./RunContent";
import { GenericModal } from "../ui/GenericModal";
import { modalStyle } from "../molecules/AddWhereCondModal";
import { modalStyle } from "../recorder/AddWhereCondModal";
import { getUserById } from "../../api/auth";
import { useTranslation } from "react-i18next";

View File

@@ -3,7 +3,7 @@ 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";
import { modalStyle } from "../molecules/AddWhereCondModal";
import { modalStyle } from "../recorder/AddWhereCondModal";
interface RunSettingsProps {
isOpen: boolean;