Fix import for Rooms so that DMs can be created
This commit is contained in:
parent
5c9d3edec4
commit
b3db6344ae
1 changed files with 1 additions and 1 deletions
|
@ -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';
|
||||
|
||||
|
|
Loading…
Reference in a new issue