Fix broken import preventing people tag
parent
8342f441df
commit
4b6140b6c5
|
@ -18,7 +18,7 @@ import { asyncAction } from './actionCreators';
|
|||
import RoomListStore from '../stores/RoomListStore';
|
||||
|
||||
import Modal from '../Modal';
|
||||
import Rooms from '../Rooms';
|
||||
import * as Rooms from '../Rooms';
|
||||
import { _t } from '../languageHandler';
|
||||
import sdk from '../index';
|
||||
|
||||
|
|
Loading…
Reference in New Issue