소스 검색

fix: import error

GyDi 3 년 전
부모
커밋
e7bba968b3
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/components/proxy/proxy-item.tsx

+ 1 - 1
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;