import i18n from "./i18nContext"; import i18nUtils from "./I18nUtils"; import { getI18nText } from "./I18nUtils"; export default i18n; export { i18nUtils }; export { getI18nText };