fix ts global

pull/21833/head
Michael Telatynski 2020-10-30 10:43:52 +00:00
parent 72f6aa61dd
commit db38d737a4
1 changed files with 1 additions and 1 deletions

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