Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit d99478b

Browse files
lukebarnard1dbkr
authored andcommitted
Fix broken import preventing people tag
1 parent 3a8f380 commit d99478b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/actions/RoomListActions.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import { asyncAction } from './actionCreators';
1818
import RoomListStore from '../stores/RoomListStore';
1919

2020
import Modal from '../Modal';
21-
import Rooms from '../Rooms';
21+
import * as Rooms from '../Rooms';
2222
import { _t } from '../languageHandler';
2323
import sdk from '../index';
2424

0 commit comments

Comments
 (0)