fix (translation) remove unused i18n import
This commit is contained in:
parent
cb881311e7
commit
f5a4fd4bc2
|
@ -4,4 +4,4 @@ export * from './functions';
|
||||||
// TODO Eventually (e.g. when the non-React Web app is rewritten into React), it
|
// TODO Eventually (e.g. when the non-React Web app is rewritten into React), it
|
||||||
// should not be necessary to export i18next.
|
// should not be necessary to export i18next.
|
||||||
export { default as i18next, DEFAULT_LANGUAGE,
|
export { default as i18next, DEFAULT_LANGUAGE,
|
||||||
LANGUAGES, TRANSLATION_LANGUAGES, TRANSLATION_LANGUAGES_HEAD, i18n } from './i18next';
|
LANGUAGES, TRANSLATION_LANGUAGES, TRANSLATION_LANGUAGES_HEAD } from './i18next';
|
||||||
|
|
Loading…
Reference in New Issue