import Logo from '@/assets/images/logo.png'; import chatStyle from '../style/chat-style.less'; const ChatEmpty: React.FC = () => { return (
chat empty

How can I help you today?

); }; export default ChatEmpty;