You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-05 23:10:41 +03:00
Improve typing around LoggedInView (#7384)
* Update SyncState imports * Improve typing around LoggedInView * Fix typing
This commit is contained in:
committed by
GitHub
parent
b952fef195
commit
a968b4ce53
@@ -16,8 +16,7 @@ limitations under the License.
|
||||
|
||||
import React from 'react';
|
||||
import { EventStatus, MatrixEvent } from "matrix-js-sdk/src/models/event";
|
||||
import { SyncState } from "matrix-js-sdk/src/sync.api";
|
||||
import { ISyncStateData } from "matrix-js-sdk/src/sync";
|
||||
import { SyncState, ISyncStateData } from "matrix-js-sdk/src/sync";
|
||||
import { Room } from "matrix-js-sdk/src/models/room";
|
||||
|
||||
import { _t, _td } from '../../languageHandler';
|
||||
|
||||
Reference in New Issue
Block a user