refactor: Remove deprecated agent dashboard and message components, add FAQ page, and introduce a new generic messaging system.

This commit is contained in:
pradeepkumar
2026-01-20 12:26:27 +05:30
parent a4dc8bb0fa
commit f035129b6a
28 changed files with 693 additions and 1192 deletions

View File

@@ -0,0 +1,4 @@
// Shared Message Components
export { ChatHeader } from './ChatHeader';
export { MessageInput } from './MessageInput';
export { MessagingPage } from './MessagingPage';