Skip to content

Commit 60b01a6

Browse files
committed
delete declare
1 parent b16f889 commit 60b01a6

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-
declare module "react-d3-tree";
231+
232232

233233
export default function AgentCallRelationshipModal({
234234
visible,

0 commit comments

Comments
 (0)