diff --git a/react/features/base/i18n/index.js b/react/features/base/i18n/index.js index cc4c047e9..fb381af9a 100644 --- a/react/features/base/i18n/index.js +++ b/react/features/base/i18n/index.js @@ -4,4 +4,4 @@ export * from './functions'; // TODO Eventually (e.g. when the non-React Web app is rewritten into React), it // should not be necessary to export i18next. export { default as i18next, DEFAULT_LANGUAGE, - LANGUAGES, TRANSLATION_LANGUAGES, TRANSLATION_LANGUAGES_HEAD, i18n } from './i18next'; + LANGUAGES, TRANSLATION_LANGUAGES, TRANSLATION_LANGUAGES_HEAD } from './i18next';