6 lines
151 B
TypeScript
6 lines
151 B
TypeScript
![]() |
import TUIConversation from "./index.vue";
|
||
|
import TUIConversationServer from "./server";
|
||
|
new TUIConversationServer();
|
||
|
|
||
|
export default TUIConversation;
|