diff --git a/services/frontend/src/components/Canvas/ServiceNode.tsx b/services/frontend/src/components/Canvas/ServiceNode.tsx index 2bedfbe..cbd3d71 100644 --- a/services/frontend/src/components/Canvas/ServiceNode.tsx +++ b/services/frontend/src/components/Canvas/ServiceNode.tsx @@ -1,4 +1,5 @@ import { useEffect, useState } from "react"; +import { ServerIcon } from "@heroicons/react/outline"; import { truncateStr } from "../../utils"; import { IServiceNodeItem, CallbackFunction } from "../../types"; import eventBus from "../../events/eventBus"; @@ -53,19 +54,21 @@ export default function ServiceNode(props: INodeProps) { }} > )} -