feat: Add admin support chat page and service for managing user conversations.
This commit is contained in:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user