Ver código fonte

fix: import error

GyDi 3 anos atrás
pai
commit
e7bba968b3
1 arquivos alterados com 1 adições e 1 exclusões
  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;