Relative imports from the js-sdk

Co-authored-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
Germain 2021-08-25 08:56:21 +01:00 committed by GitHub
parent 617e7deff5
commit da127ecb76
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -16,7 +16,7 @@ limitations under the License.
*/
import React, { createRef } from 'react';
import { RoomMember } from 'matrix-js-sdk/src';
import { RoomMember } from "matrix-js-sdk/src/models/room-member";
import { _t } from '../../../languageHandler';
import { formatDate } from '../../../DateUtils';