Switch to importing client from main js-sdk export (#11370)
This commit is contained in:
committed by
GitHub
parent
e0d498e338
commit
c3574c2050
@@ -15,8 +15,7 @@ limitations under the License.
|
||||
*/
|
||||
|
||||
import React from "react";
|
||||
import { MatrixEvent } from "matrix-js-sdk/src/matrix";
|
||||
import { MatrixClient } from "matrix-js-sdk/src/client";
|
||||
import { MatrixEvent, MatrixClient } from "matrix-js-sdk/src/matrix";
|
||||
|
||||
import BaseDialog from "../dialogs/BaseDialog";
|
||||
import { locationEventGeoUri, isSelfLocation } from "../../../utils/location";
|
||||
|
||||
Reference in New Issue
Block a user