import { ChatEn } from './chat'; import { CommonEn } from './common'; import { FlowEn } from './flow'; const en = { ...ChatEn, ...FlowEn, ...CommonEn, }; export default en;