// Chat Typing Row // Purpose: Defines the Chat Typing Row module and the local helpers/components used in this file. // Scope: Keeps behavior unchanged while isolating this concern into a clear, single-responsibility unit. import { ChatIdentity, chatRowClass } from '../ChatMessageRow/index.jsx'; export default function ChatTypingRow({ message }) { return (