index.js 166 Bytes
Newer Older
1
import Table from './table/index.vue';
2 3
import WhiteCard from './white_card/index.vue';
import Upload from './upload/index.vue';
4

5
export { Table, WhiteCard, Upload };