6 lines
119 B
TypeScript
Raw Normal View History

import TUIContact from './index.vue';
import Server from './server';
Server.getInstance();
export default TUIContact;