index.js 72 B

12345
  1. import I18N from './I18N';
  2. export default {
  3. i18n: [ 'type', I18N ]
  4. };