Merge pull request #1811 from matrix-org/luke/fix-people-tagging
Fix broken import preventing people tagpull/21833/head
commit
35d25ac0ea
|
@ -18,7 +18,7 @@ import { asyncAction } from './actionCreators';
|
||||||
import RoomListStore from '../stores/RoomListStore';
|
import RoomListStore from '../stores/RoomListStore';
|
||||||
|
|
||||||
import Modal from '../Modal';
|
import Modal from '../Modal';
|
||||||
import Rooms from '../Rooms';
|
import * as Rooms from '../Rooms';
|
||||||
import { _t } from '../languageHandler';
|
import { _t } from '../languageHandler';
|
||||||
import sdk from '../index';
|
import sdk from '../index';
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue