refactor: adjust base components export

This commit is contained in:
GyDi
2022-11-20 22:03:55 +08:00
parent 892b919cf3
commit 8bb4803ff9
34 changed files with 44 additions and 66 deletions

View File

@@ -5,7 +5,7 @@ import { Button, ButtonGroup, Paper } from "@mui/material";
import { getClashConfig, updateConfigs } from "@/services/api";
import { patchClashConfig } from "@/services/cmds";
import { ProxyGroups } from "@/components/proxy/proxy-groups";
import BasePage from "@/components/base/base-page";
import { BasePage } from "@/components/base";
const ProxyPage = () => {
const { t } = useTranslation();