Fix import for Rooms so that DMs can be created

This commit is contained in:
Luke Barnard 2017-07-05 15:00:50 +01:00
parent 5c9d3edec4
commit b3db6344ae

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