import SecurityController from './SecurityController'
import ProfileController from './ProfileController'

const Settings = {
    SecurityController: Object.assign(SecurityController, SecurityController),
    ProfileController: Object.assign(ProfileController, ProfileController),
}

export default Settings