mirror of
https://github.com/tencentmusic/supersonic.git
synced 2025-12-18 08:17:18 +00:00
[feature](webapp) upgrade chat version
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
import IconFont from '@/components/IconFont';
|
||||
import styles from './style.less';
|
||||
|
||||
const LeftAvatar = () => {
|
||||
return <IconFont type="icon-zhinengsuanfa" className={styles.leftAvatar} />;
|
||||
};
|
||||
|
||||
export default LeftAvatar;
|
||||
Reference in New Issue
Block a user