index.js 112 B

123
  1. import List from './List.vue'
  2. import SupplierDetail from './SupplierDetail.vue'
  3. export { List, SupplierDetail }