Skip to content

Commit 34f351e

Browse files
committed
Revert "delete declare"
This reverts commit 60b01a6.
1 parent 60b01a6 commit 34f351e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/components/ui/AgentCallRelationshipModal.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ const customPathFunc = (
228228
return `M ${srcX} ${srcY} L ${srcX} ${midY} L ${tgtX} ${midY} L ${tgtX} ${tgtY}`;
229229
};
230230

231-
231+
declare module "react-d3-tree";
232232

233233
export default function AgentCallRelationshipModal({
234234
visible,

0 commit comments

Comments
 (0)