// RCE CSS import { MessageList } from 'react-chat-elements'; import 'react-chat-elements/dist/main.css'; const ChatBox = () => { return (
{/* */}
); }; export default ChatBox;