chore: remove unused import

This commit is contained in:
amhsirak
2025-01-14 19:09:24 +05:30
parent 9669a34a84
commit f3d49f175c

View File

@@ -14,7 +14,6 @@ import axios from "axios";
import { useGlobalInfoStore } from "../../context/globalInfo";
import { getStoredRecording } from "../../api/storage";
import { apiUrl } from "../../apiConfig.js";
import Cookies from 'js-cookie';
import { useTranslation } from "react-i18next";