index.js 103 Bytes
import addDialog from './add'
import editDialog from './edit'
export {
    addDialog,
    editDialog
}