kandimat-user-app/src/data/index.js

11 lines
151 B
JavaScript

import { loadContent } from '@/helper/content'
const i18n = loadContent(
'meta',
require.context('./meta', false, /\.json$/)
)
export {
i18n
}