Merge pull request #1811 from matrix-org/luke/fix-people-tagging

Fix broken import preventing people tag
pull/21833/head
David Baker 2018-03-22 10:31:51 +00:00 committed by GitHub
commit 35d25ac0ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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';