mirror of
https://github.com/vector-im/element-web.git
synced 2025-11-28 14:01:16 +01:00
Fix imports
This commit is contained in:
parent
5539baf36d
commit
3716a38a7e
@ -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 {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user