Make one more js-sdk import consistent (#2595)
Update an import that was missed in b79a405e
This commit is contained in:
committed by
GitHub
parent
a2dd538237
commit
0974488c4e
@@ -33,7 +33,7 @@ import {
|
||||
import { logger } from "matrix-js-sdk/src/logger";
|
||||
import { useTranslation } from "react-i18next";
|
||||
import { ISyncStateData, SyncState } from "matrix-js-sdk/src/sync";
|
||||
import { MatrixError } from "matrix-js-sdk";
|
||||
import { MatrixError } from "matrix-js-sdk/src/matrix";
|
||||
|
||||
import { ErrorView } from "./FullScreenView";
|
||||
import { fallbackICEServerAllowed, initClient } from "./utils/matrix";
|
||||
|
||||
Reference in New Issue
Block a user