fix (translation) remove unused i18n import

This commit is contained in:
Tamas Domokos 2022-10-03 09:34:40 +03:00 committed by Saúl Ibarra Corretgé
parent cb881311e7
commit f5a4fd4bc2
1 changed files with 1 additions and 1 deletions

View File

@ -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';