1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-10 09:22:25 +03:00

Fix more imports post-merge

This commit is contained in:
Travis Ralston
2020-01-09 14:16:32 -07:00
parent dc914774fb
commit 135c84251c
9 changed files with 15 additions and 16 deletions

View File

@@ -20,7 +20,7 @@ import {MatrixClientPeg} from "../../../MatrixClientPeg";
import Field from "../elements/Field";
import {User} from "matrix-js-sdk";
import { getHostingLink } from '../../../utils/HostingLink';
import sdk from "../../../index";
import * as sdk from "../../../index";
export default class ProfileSettings extends React.Component {
constructor() {