feat: Add admin support chat page and service for managing user conversations.

This commit is contained in:
pradeepkumar
2026-03-05 06:37:19 +05:30
parent bf70ea1671
commit 9f763e3f1e
4 changed files with 460 additions and 0 deletions

View File

@@ -84,3 +84,7 @@ export type {
FaqItem,
FaqContent,
} from './cms.service';
// Support Chat Service
export { supportChatService } from './support-chat.service';
export type { SupportChat, SupportMessage, MessagesResponse } from './support-chat.service';