From 1a2eb3108dd3c7efd855cff56547dce09ab306cc Mon Sep 17 00:00:00 2001 From: amhsirak Date: Tue, 20 May 2025 20:24:11 +0530 Subject: [PATCH] chore: remove unused import --- src/components/proxy/ProxyForm.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/proxy/ProxyForm.tsx b/src/components/proxy/ProxyForm.tsx index 30fdfcb4..9b1e8ba5 100644 --- a/src/components/proxy/ProxyForm.tsx +++ b/src/components/proxy/ProxyForm.tsx @@ -21,7 +21,6 @@ import { } from '@mui/material'; import { sendProxyConfig, getProxyConfig, testProxyConfig, deleteProxyConfig } from '../../api/proxy'; import { useGlobalInfoStore } from '../../context/globalInfo'; -import { useThemeMode } from '../../context/theme-provider'; import { useTranslation } from 'react-i18next'; const FormContainer = styled(Box)({