Skip to content

Commit 74aff62

Browse files
authored
♻️ Revert package declare
2 parents a836a8d + 34f351e commit 74aff62

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)