chore: remove unused import

This commit is contained in:
amhsirak
2025-03-18 23:47:51 +05:30
parent 139a8b07d2
commit bdbbc0235f

View File

@@ -7,7 +7,6 @@ import { modalStyle } from "../recorder/AddWhereCondModal";
import { useGlobalInfoStore } from '../../context/globalInfo';
import { getStoredRecording, updateRecording } from '../../api/storage';
import { WhereWhatPair } from 'maxun-core';
import { useNavigate } from 'react-router-dom';
interface RobotMeta {
name: string;