chore: cleanup

This commit is contained in:
amhsirak
2025-01-23 20:54:23 +05:30
parent e0f58bb3d0
commit 76a785b460

View File

@@ -8,7 +8,6 @@ import { useGlobalInfoStore } from '../../context/globalInfo';
import { getStoredRecording, updateRecording } from '../../api/storage';
import { WhereWhatPair } from 'maxun-core';
// Base interfaces for robot data structure
interface RobotMeta {
name: string;
id: string;