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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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';