mirror of
https://github.com/element-hq/element-web
synced 2024-11-24 18:25:49 +03:00
Update js-sdk imports to target individual files
This commit is contained in:
parent
450140befd
commit
7938961d27
1 changed files with 4 additions and 1 deletions
|
@ -15,7 +15,10 @@ limitations under the License.
|
|||
*/
|
||||
|
||||
import React from 'react';
|
||||
import { MatrixEvent, Room, RoomState } from 'matrix-js-sdk/src';
|
||||
import { MatrixEvent } from 'matrix-js-sdk/src/models/event';
|
||||
import { Room } from 'matrix-js-sdk/src/models/room';
|
||||
import { RoomState } from 'matrix-js-sdk/src/models/room-state';
|
||||
|
||||
import Modal from '../../../Modal';
|
||||
|
||||
import { _t } from '../../../languageHandler';
|
||||
|
|
Loading…
Reference in a new issue