// Primus IQ — Chat screen components const ChatMsgBubble = ({ msg }) => { const isHuman = msg.role === 'human'; return (