chore: remove unused import

This commit is contained in:
amhsirak
2024-11-18 06:11:34 +05:30
parent 67dfd84694
commit 874ee8d9e7

View File

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