Appease the linter
This commit is contained in:
parent
fc820c4b1a
commit
c2cb791f7d
2 changed files with 1 additions and 8 deletions
|
@ -14,14 +14,9 @@
|
|||
* limitations under the License.
|
||||
*/
|
||||
|
||||
import { AsyncStore } from "../AsyncStore";
|
||||
import { ActionPayload } from "../../dispatcher/payloads";
|
||||
import defaultDispatcher from "../../dispatcher/dispatcher";
|
||||
import SettingsStore from "../../settings/SettingsStore";
|
||||
import { AsyncStoreWithClient } from "../AsyncStoreWithClient";
|
||||
import { IWidget, Widget, WidgetKind } from "matrix-widget-api";
|
||||
import { Widget, WidgetKind } from "matrix-widget-api";
|
||||
import { MatrixClientPeg } from "../../MatrixClientPeg";
|
||||
import WidgetUtils from "../../utils/WidgetUtils";
|
||||
import { SettingLevel } from "../../settings/SettingLevel";
|
||||
|
||||
export enum OIDCState {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue