Fix imports

This commit is contained in:
David Baker 2025-11-27 15:27:11 +00:00
parent 5539baf36d
commit 3716a38a7e

View File

@ -6,9 +6,9 @@ Please see LICENSE files in the repository root for full details.
*/
import { type I18nApi as II18nApi, type Variables, type Translations } from "@element-hq/element-web-module-api";
import { humanizeTime, registerTranslations } from "@element-hq/web-shared-components";
import { _t, getLocale } from "./i18n";
import { humanizeTime } from "./humanize";
import { _t, getLocale, registerTranslations } from "./i18n";
import { type TranslationKey } from "../i18nKeys";
export class I18nApi implements II18nApi {