refactor: something

This commit is contained in:
GyDi
2022-01-16 18:30:25 +08:00
parent 9ec7184aa1
commit 9c43b31fc0
10 changed files with 32 additions and 24 deletions

View File

@@ -10,7 +10,7 @@ import { getClashConfig, updateConfigs } from "../../services/api";
import { SettingList, SettingItem } from "./setting";
import { patchClashConfig } from "../../services/cmds";
import { ApiType } from "../../services/types";
import GuardState from "../guard-state";
import GuardState from "./guard-state";
interface Props {
onError?: (err: Error) => void;