1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-05 23:10:41 +03:00

Fix component index import

Co-Authored-By: Travis Ralston <travpc@gmail.com>
This commit is contained in:
J. Ryan Stinnett
2020-01-15 22:11:22 +00:00
committed by GitHub
parent 6e027badc0
commit 71fa3222fe

View File

@@ -17,7 +17,7 @@ limitations under the License.
import React from 'react';
import PropTypes from 'prop-types';
import { _t } from '../../../languageHandler';
import sdk from '../../../index';
import * as sdk from '../../../index';
import { MatrixClientPeg } from '../../../MatrixClientPeg';
import { accessSecretStorage } from '../../../CrossSigningManager';