export default function ThinkingIndicator({ statusText }) { return (
{statusText || 'Thinking...'}
) }