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

Commit

Permalink
Merge pull request #1811 from matrix-org/luke/fix-people-tagging
Browse files Browse the repository at this point in the history
Fix broken import preventing people tag
  • Loading branch information
dbkr authored Mar 22, 2018
2 parents 8342f44 + 4b6140b commit 35d25ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/actions/RoomListActions.js
Original file line number Diff line number Diff line change
Expand Up @@ -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';

Expand Down

0 comments on commit 35d25ac

Please sign in to comment.