import management from './management'

const app = {
    management: Object.assign(management, management),
}

export default app