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

Commit

Permalink
Argh, ES6 import syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
dbkr committed Feb 14, 2017
1 parent ff61b76 commit 5e232d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/views/rooms/MemberInfo.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ import sdk from '../../../index';
import createRoom from '../../../createRoom';
import DMRoomMap from '../../../utils/DMRoomMap';
import Unread from '../../../Unread';
import findReadReceiptFromUserId from '../../../utils/Receipt';
import { findReadReceiptFromUserId } from '../../../utils/Receipt';
import WithMatrixClient from '../../../wrappers/WithMatrixClient';
import AccessibleButton from '../elements/AccessibleButton';

Expand Down

0 comments on commit 5e232d8

Please sign in to comment.