index.js 129 Bytes
import addDialog from './addDialog.vue'
import detailDialog from './detailDialog.vue'
export {
    addDialog,
    detailDialog
}