Appease the linter

This commit is contained in:
Travis Ralston 2020-07-28 16:37:09 -06:00
parent 7de727915d
commit 4969cfe9de
5 changed files with 5 additions and 4 deletions

View file

@ -62,7 +62,7 @@ import Matrix from 'matrix-js-sdk';
import dis from './dispatcher/dispatcher';
import WidgetUtils from './utils/WidgetUtils';
import WidgetEchoStore from './stores/WidgetEchoStore';
import SettingsStore from './settings/SettingsStore';
import SettingsStore from './settings/SettingsStore';
import {generateHumanReadableId} from "./utils/NamingUtils";
import {Jitsi} from "./widgets/Jitsi";
import {WidgetType} from "./widgets/WidgetType";