fix: eslint format

This commit is contained in:
jialin
2024-05-16 10:45:45 +08:00
parent fd9f3d8bd9
commit dcaa5a7baa
13 changed files with 359 additions and 186 deletions
@@ -1,7 +1,7 @@
import Logo from '@/assets/images/logo.png';
import chatStyle from './chat-style.less'
import chatStyle from './chat-style.less';
const ChatEmpty:React.FC = () => {
const ChatEmpty: React.FC = () => {
return (
<div className={chatStyle.chatEmpty}>
<div className={chatStyle.logo}>
@@ -10,6 +10,6 @@ const ChatEmpty:React.FC = () => {
<h3 className={chatStyle.tips}>How can I help you today?</h3>
</div>
);
}
};
export default ChatEmpty;
export default ChatEmpty;