rgbwifi/web/src/i18n/index.js

7 lines
74 B
JavaScript

import en from './en'
import nl from './nl'
export default {
en,
nl
}