|
@@ -1,8 +1,8 @@
|
|
|
import useSWR from "swr";
|
|
|
-import { useEffect, useMemo } from "react";
|
|
|
+import { useEffect } from "react";
|
|
|
import { useLockFn } from "ahooks";
|
|
|
import { useTranslation } from "react-i18next";
|
|
|
-import { Box, Button, ButtonGroup, Paper } from "@mui/material";
|
|
|
+import { Box, Button, ButtonGroup } from "@mui/material";
|
|
|
import {
|
|
|
closeAllConnections,
|
|
|
getClashConfig,
|