Appease the linter
This commit is contained in:
parent
7fc5ba50c8
commit
2dfd636a9e
2 changed files with 3 additions and 6 deletions
|
@ -14,10 +14,7 @@ import GroupStore from '../../../../src/stores/GroupStore.js';
|
||||||
|
|
||||||
import { MatrixClient, Room, RoomMember } from 'matrix-js-sdk';
|
import { MatrixClient, Room, RoomMember } from 'matrix-js-sdk';
|
||||||
import {DefaultTagID} from "../../../../src/stores/room-list/models";
|
import {DefaultTagID} from "../../../../src/stores/room-list/models";
|
||||||
import RoomListStore, {
|
import RoomListStore, { LISTS_UPDATE_EVENT, RoomListStoreClass } from "../../../../src/stores/room-list/RoomListStore";
|
||||||
LISTS_UPDATE_EVENT,
|
|
||||||
RoomListStoreClass
|
|
||||||
} from "../../../../src/stores/room-list/RoomListStore";
|
|
||||||
import RoomListLayoutStore from "../../../../src/stores/room-list/RoomListLayoutStore";
|
import RoomListLayoutStore from "../../../../src/stores/room-list/RoomListLayoutStore";
|
||||||
|
|
||||||
function generateRoomId() {
|
function generateRoomId() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue