chore: remove unused import

This commit is contained in:
amhsirak
2025-05-20 20:24:11 +05:30
parent 02d316fabb
commit 1a2eb3108d

View File

@@ -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)({