fix: import error

This commit is contained in:
GyDi 2022-02-15 01:36:10 +08:00
parent 902ff23a95
commit 3a0f1f6197

View File

@ -8,7 +8,7 @@ import {
SxProps,
Theme,
} from "@mui/material";
import { ApiType } from "../services/types";
import { ApiType } from "../../services/types";
interface Props {
proxy: ApiType.ProxyItem;