From 3199bc38b144b6c7407c4fd52042f15e4eaa4b7a Mon Sep 17 00:00:00 2001 From: amhsirak Date: Tue, 20 Jan 2026 16:22:49 +0530 Subject: [PATCH] chore: -rm unused import --- src/components/robot/pages/RobotIntegrationPage.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/robot/pages/RobotIntegrationPage.tsx b/src/components/robot/pages/RobotIntegrationPage.tsx index 6843a9b5..cf4da842 100644 --- a/src/components/robot/pages/RobotIntegrationPage.tsx +++ b/src/components/robot/pages/RobotIntegrationPage.tsx @@ -35,7 +35,7 @@ import { getStoredRecording } from "../../../api/storage"; import { apiUrl } from "../../../apiConfig.js"; import { v4 as uuid } from "uuid"; import { useTranslation } from "react-i18next"; -import { useNavigate, useParams, useLocation } from "react-router-dom"; +import { useNavigate, useLocation } from "react-router-dom"; import { addWebhook, updateWebhook,