mirror of https://github.com/msgbyte/tailchat
fix: 修复未加载的会话标记已读会有问题的bug
parent
f2bea54aa3
commit
99a2c63698
@ -1,6 +1,6 @@
|
|||||||
export {
|
export {
|
||||||
/**
|
/**
|
||||||
* @deprecated please import it from tailchat-design
|
* @deprecated please import it from `tailchat-design`
|
||||||
*/
|
*/
|
||||||
Avatar,
|
Avatar,
|
||||||
} from 'tailchat-design';
|
} from 'tailchat-design';
|
||||||
|
@ -1 +1,6 @@
|
|||||||
export { Icon } from 'tailchat-design';
|
export {
|
||||||
|
/**
|
||||||
|
* @deprecated please import it from `tailchat-design`
|
||||||
|
*/
|
||||||
|
Icon,
|
||||||
|
} from 'tailchat-design';
|
||||||
|
Loading…
Reference in New Issue