Mandate use of js-sdk/src/matrix import over js-sdk/src (#7933)
This commit is contained in:
committed by
GitHub
parent
5f51ba1592
commit
f25e6813bb
@@ -17,7 +17,7 @@ limitations under the License.
|
||||
import React from 'react';
|
||||
import { Room } from "matrix-js-sdk/src/models/room";
|
||||
import filesize from "filesize";
|
||||
import { IEventRelation } from 'matrix-js-sdk/src';
|
||||
import { IEventRelation } from 'matrix-js-sdk/src/matrix';
|
||||
|
||||
import ContentMessages from '../../ContentMessages';
|
||||
import dis from "../../dispatcher/dispatcher";
|
||||
|
||||
Reference in New Issue
Block a user