diff --git a/src/components/proxy/proxy-item.tsx b/src/components/proxy/proxy-item.tsx index 6e90a2c..b8bb337 100644 --- a/src/components/proxy/proxy-item.tsx +++ b/src/components/proxy/proxy-item.tsx @@ -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;