Newer
Older
cortex-hub / frontend / src / features / chat / index.js
// 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";
export { default as HomePage } from "./pages/HomePage";