export default function TypingIndicator({ active }) { if (!active) return null; return (
🤖
Pondering
); }