From 5563c33ee5beab24c34b32884947814ffe6f9fb9 Mon Sep 17 00:00:00 2001 From: amhsirak Date: Tue, 13 May 2025 23:26:15 +0530 Subject: [PATCH] chore: remove unused var --- src/components/proxy/ProxyForm.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/components/proxy/ProxyForm.tsx b/src/components/proxy/ProxyForm.tsx index cc002114..4df445e2 100644 --- a/src/components/proxy/ProxyForm.tsx +++ b/src/components/proxy/ProxyForm.tsx @@ -156,8 +156,6 @@ const ProxyForm: React.FC = () => { fetchProxyConfig(); }, []); - const theme = useThemeMode(); - return ( <>