6 lines
151 B
TypeScript
Raw Normal View History

import TUIConversation from "./index.vue";
import TUIConversationServer from "./server";
new TUIConversationServer();
export default TUIConversation;