import * as Challenge from './challenge'; import * as Common from './common'; import * as Diet from './diet'; import * as Health from './health'; import * as Medication from './medication'; import * as Personal from './personal'; import * as Weight from './weight'; export default { ...Personal, ...Health, ...Diet, ...Medication, ...Weight, ...Challenge, ...Common, };