/** * @description Edu Opt Developer Auth Controller */ import * as auditing from './auditing'; import * as remove from './remove'; import * as info from './info'; import * as list from './list'; import * as save from './save'; import * as test from './test'; import * as update from './update'; export { auditing, remove, info, list, save, test, update };