Skip to content

Commit 1313e88

Browse files
authored
♻️ Revert package declare from ModelEngine-Group/xyq/unify_dialog&modal
♻️ Revert package declare
2 parents a836a8d + 34f351e commit 1313e88

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)