1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-05 23:10:41 +03:00

fix ts global

This commit is contained in:
Michael Telatynski
2020-10-30 10:43:52 +00:00
parent 72f6aa61dd
commit db38d737a4

View File

@@ -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";