mirror of
https://github.com/element-hq/element-web
synced 2024-11-27 19:56:47 +03:00
Fix broken import preventing people tag
This commit is contained in:
parent
8342f441df
commit
4b6140b6c5
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue