Improve typing around LoggedInView (#7384)

* Update SyncState imports

* Improve typing around LoggedInView

* Fix typing
This commit is contained in:
Michael Telatynski 2021-12-16 09:57:10 +00:00 committed by GitHub
parent b952fef195
commit a968b4ce53
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 15 additions and 40 deletions

View file

@ -17,7 +17,7 @@ limitations under the License.
import React, { ComponentProps, createRef } from 'react';
import { Blurhash } from "react-blurhash";
import { SyncState } from 'matrix-js-sdk/src/sync.api';
import { SyncState } from 'matrix-js-sdk/src/sync';
import classNames from 'classnames';
import { CSSTransition, SwitchTransition } from 'react-transition-group';
import { logger } from "matrix-js-sdk/src/logger";