mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-17 05:55:00 +08:00
fix ts global
This commit is contained in:
parent
72f6aa61dd
commit
db38d737a4
2
src/@types/global.d.ts
vendored
2
src/@types/global.d.ts
vendored
@ -33,7 +33,7 @@ import RightPanelStore from "../stores/RightPanelStore";
|
||||
import WidgetStore from "../stores/WidgetStore";
|
||||
import CallHandler from "../CallHandler";
|
||||
import {Analytics} from "../Analytics";
|
||||
import {CountlyAnalytics} from "../CountlyAnalytics";
|
||||
import CountlyAnalytics from "../CountlyAnalytics";
|
||||
import UserActivity from "../UserActivity";
|
||||
import {ModalWidgetStore} from "../stores/ModalWidgetStore";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user