mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-05 12:16:53 +02:00
Fix imports
This commit is contained in:
parent
c8f4eff50b
commit
56de076a09
@ -7,10 +7,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 { registerTranslations, _t } from "../i18n/i18n.ts";
|
||||
import { getCurrentLanguage } from "../languageHandler.tsx";
|
||||
import { humanizeTime } from "../i18n/humanize.ts";
|
||||
import { type TranslationKey } from "../i18n/i18n.tsx";
|
||||
import { registerTranslations, _t, type TranslationKey } from "../i18n/i18n.tsx";
|
||||
|
||||
export class I18nApi implements II18nApi {
|
||||
/**
|
||||
|
||||
@ -48,8 +48,7 @@ import { SortingAlgorithm } from "../stores/room-list-v3/skip-list/sorters/index
|
||||
import MediaPreviewConfigController from "./controllers/MediaPreviewConfigController.ts";
|
||||
import InviteRulesConfigController from "./controllers/InviteRulesConfigController.ts";
|
||||
import { type ComputedInviteConfig } from "../@types/invite-rules.ts";
|
||||
import { type TranslationKey } from "../i18n/i18n.ts";
|
||||
import { _t, _td } from "../i18n/i18n.ts";
|
||||
import { type TranslationKey, _t, _td } from "../i18n/i18n.tsx";
|
||||
|
||||
export const defaultWatchManager = new WatchManager();
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user