export default function TypingMessage({ text }) { return
{text}
; }