import { LANG } from '~/constants'
import en from './en'
import zh from './zh'
export default {
[LANG.EN]: en,
[LANG.ZH]: zh,
}