index.js 90 Bytes
Newer Older
xulili's avatar
xulili committed
1 2 3 4 5 6
import orgAdd from './add'
import orgEdit from './edit'
export{
    orgAdd,
    orgEdit
}