index.js 103 Bytes
Newer Older
qzhxx's avatar
qzhxx committed
1 2 3 4 5 6
import addDialog from './add'
import editDialog from './edit'
export {
    addDialog,
    editDialog
}