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

@@ -4,7 +4,7 @@ import { SaveRecording } from "./SaveRecording";
import { useGlobalInfoStore } from '../../context/globalInfo';
import { stopRecording } from "../../api/recording";
import { useNavigate } from 'react-router-dom';
import { GenericModal } from "../atoms/GenericModal";
import { GenericModal } from "../ui/GenericModal";
import { useTranslation } from 'react-i18next';
const BrowserRecordingSave = () => {