/** * @file components/chat/ChatInput.tsx * @description Client component providing an input field for composing and sending chat messages. */ /** * Renders the input container component for sending messages in a chat channel. * * @returns {JSX.Element} The rendered chat input UI element. */ export function ChatInput() { return (