mirror of
https://github.com/clash-verge-rev/clash-verge-rev.git
synced 2026-01-29 08:45:41 +08:00
refactor: adjust base components export
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user