chore: remove unused imports

This commit is contained in:
wonfen
2025-06-23 00:06:47 +08:00
parent fee08f3826
commit 628de70e89
21 changed files with 25 additions and 194 deletions

View File

@@ -1,5 +1,5 @@
import useSWR, { mutate } from "swr";
import { useRef, useEffect, useState } from "react";
import { useRef } from "react";
import { useTranslation } from "react-i18next";
import {
SettingsRounded,
@@ -19,7 +19,6 @@ import { TooltipIcon } from "@/components/base/base-tooltip-icon";
import {
getSystemProxy,
getAutotemProxy,
installService,
uninstallService,
restartCore,
stopCore,