Fix component index import

Co-Authored-By: Travis Ralston <travpc@gmail.com>
pull/21833/head
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
1 changed files with 1 additions and 1 deletions

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