import Chat from '../Chat'; import styles from './style.module.less'; type Props = {}; const ChatDemo: React.FC = ({}) => { return (
); }; export default ChatDemo;