import { addLog } from './addLog'; import { ai } from './ai'; import { auth } from './auth'; import { common } from './common'; import { foods } from './foods'; import { nutrients } from './nutrients'; import { profile } from './profile'; import { userCustomLogs } from './userCustomLogs'; import { seeLog } from './seeLog'; import { time } from './time'; export const en = { common, time, auth, seeLog, addLog, profile, nutrients, foods, ai, userCustomLogs, };