import orgAdd from './add'
import orgEdit from './edit'
export{
    orgAdd,
    orgEdit
}