Merge pull request #1183 from matrix-org/luke/fix-new-dm

Fix import for Rooms so that DMs can be created
pull/21833/head
Luke Barnard 2017-07-05 15:04:19 +01:00 committed by GitHub
commit 0eb979ab68
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ import Modal from './Modal';
import sdk from './index';
import { _t } from './languageHandler';
import dis from "./dispatcher";
import Rooms from "./Rooms";
import * as Rooms from "./Rooms";
import q from 'q';