// Feature entry point for chat-related UI and logic.
// This allows other parts of the app to import chat components via a single module.
export { default as ChatArea } from "./components/ChatArea";
export { default as ChatWindow } from "./components/ChatWindow";