mirror of
https://github.com/element-hq/element-web.git
synced 2024-12-12 06:15:28 +03:00
Fix import path on ChangeAvatar
This commit is contained in:
parent
800b3f1424
commit
02ece40103
1 changed files with 1 additions and 1 deletions
|
@ -16,13 +16,13 @@ limitations under the License.
|
|||
*/
|
||||
|
||||
import React from 'react';
|
||||
import { MatrixEvent, Room } from 'matrix-js-sdk/src';
|
||||
import { MatrixClientPeg } from "../../../MatrixClientPeg";
|
||||
import * as sdk from '../../../index';
|
||||
import { _t } from '../../../languageHandler';
|
||||
import Spinner from '../elements/Spinner';
|
||||
import { replaceableComponent } from "../../../utils/replaceableComponent";
|
||||
import { mediaFromMxc } from "../../../customisations/Media";
|
||||
import { MatrixEvent, Room } from '../../../../../matrix-js-sdk/src';
|
||||
|
||||
interface IProps {
|
||||
initialAvatarUrl?: string;
|
||||
|
|
Loading…
Reference in a new issue