HomePilot / frontend /components /ToolTracePanel.jsx
HomePilot Deploy Bot
chore(hf): sync HomePilot to HF Space
921d377
Raw
History Blame Contribute Delete
85 Bytes
export default function ToolTracePanel() {
return <div>Tool trace panel</div>;
}