From 3c1c585dfd5ab4bcadd42ff7d8dbd3b4c87b4030 Mon Sep 17 00:00:00 2001 From: amhsirak Date: Tue, 14 Jan 2025 19:13:55 +0530 Subject: [PATCH] chore: remove unused import --- src/components/robot/RobotDuplicate.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/robot/RobotDuplicate.tsx b/src/components/robot/RobotDuplicate.tsx index a78e523b..efde9b2a 100644 --- a/src/components/robot/RobotDuplicate.tsx +++ b/src/components/robot/RobotDuplicate.tsx @@ -5,7 +5,6 @@ import { modalStyle } from "../recorder/AddWhereCondModal"; import { useGlobalInfoStore } from '../../context/globalInfo'; import { duplicateRecording, getStoredRecording } from '../../api/storage'; import { WhereWhatPair } from 'maxun-core'; -import { getUserById } from "../../api/auth"; import { useTranslation } from 'react-i18next'; interface RobotMeta {