import ChatContainer from './large'; import styles from './index.less'; const SharedChat = () => { return (
); }; export default SharedChat;