chore: remove unused var

This commit is contained in:
amhsirak
2025-05-13 23:22:01 +05:30
parent 9de081bdc3
commit b2f562f00d

View File

@@ -157,7 +157,6 @@ const ProxyForm: React.FC = () => {
}, []);
const theme = useThemeMode();
const isDarkMode = theme.darkMode;
return (
<>