From e7bba968b3777f7be62afdadfada5af8e973927e Mon Sep 17 00:00:00 2001 From: GyDi Date: Tue, 15 Feb 2022 01:36:10 +0800 Subject: [PATCH] fix: import error --- src/components/proxy/proxy-item.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;