添加聊天

This commit is contained in:
bobobobo
2025-12-30 23:28:59 +08:00
parent d0cf491201
commit 2294b3b76e
450 changed files with 37066 additions and 96 deletions

View File

@@ -0,0 +1,23 @@
import TUIChat from "./TUIChat";
import TUIConversation from "./TUIConversation";
import TUISearch from "./TUISearch";
import TUIContact from "./TUIContact";
import TUIGroup from "./TUIGroup";
const TUIComponents = {
TUIChat,
TUIConversation,
TUIContact,
TUISearch,
TUIGroup
};
export default TUIComponents;
export {
TUIChat,
TUIConversation,
TUIContact,
TUISearch,
TUIGroup,
};