Skip to content

Commit 567c9ff

Browse files
committed
Fix import
1 parent 5a4924b commit 567c9ff

File tree

1 file changed

+1
-1
lines changed
  • src/components/Agentic/IncidentDetails/AgentFlowChart/AgentFlowChartNodeToolbar

1 file changed

+1
-1
lines changed

src/components/Agentic/IncidentDetails/AgentFlowChart/AgentFlowChartNodeToolbar/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { Position } from "@xyflow/react";
22
import { PlusIcon } from "../../../../common/icons/16px/PlusIcon";
3-
import { MCPServersContainer } from "../MCPServersSideContainer";
3+
import { MCPServersContainer } from "../MCPServersContainer";
44
import { MCPServersToolbar } from "../MCPServersToolbar";
55
import * as s from "./styles";
66
import type { AgentFlowChartNodeToolbarProps } from "./types";

0 commit comments

Comments
 (0)