From 292271f4c1f25d65f2202d9f9f8906b15f4dc9bf Mon Sep 17 00:00:00 2001 From: amhsirak Date: Fri, 2 Jan 2026 11:45:09 +0530 Subject: [PATCH] chore: remove unused imports --- src/components/run/RunContent.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/components/run/RunContent.tsx b/src/components/run/RunContent.tsx index 08d70a8c..6ee043d0 100644 --- a/src/components/run/RunContent.tsx +++ b/src/components/run/RunContent.tsx @@ -23,8 +23,6 @@ import TableHead from '@mui/material/TableHead'; import TableRow from '@mui/material/TableRow'; import { useTranslation } from "react-i18next"; import { useThemeMode } from "../../context/theme-provider"; -import { apiUrl } from "../../apiConfig"; -import { io } from "socket.io-client"; interface RunContentProps { row: Data,