消息
This commit is contained in:
23
TUIKit/components/index.ts
Normal file
23
TUIKit/components/index.ts
Normal 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,
|
||||
};
|
||||
Reference in New Issue
Block a user