Spaces:
Running
Running
| export default function TypingMessage({ text }) { | |
| return <div style={{ fontStyle: "italic", color: "#666" }}>{text}</div>; | |
| } | |
| export default function TypingMessage({ text }) { | |
| return <div style={{ fontStyle: "italic", color: "#666" }}>{text}</div>; | |
| } | |