cc1ccff
1
2
3
4
export default function TypingMessage({ text }) { return <div style={{ fontStyle: "italic", color: "#666" }}>{text}</div>; }