5 lines
128 B
TypeScript
Raw Normal View History

2024-01-14 00:00:50 +08:00
import BusinessList from './BusinessList.vue'
import ContactList from './ContactList.vue'
export { BusinessList, ContactList }