import ChatName from './ChatName';

export default ChatName;

export { default as ChatName } from './ChatName';
export { default as RegularChatName } from './RegularChatName';
export { default as GroupChatName } from './GroupChatName';
export { default as TicketChatName } from './TicketChatName';
