fix: import error

This commit is contained in:
GyDi 2022-02-15 01:36:10 +08:00
parent 4934a24293
commit e7bba968b3

View File

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