mirror of https://github.com/vector-im/riot-web
Fix component index import
Co-Authored-By: Travis Ralston <travpc@gmail.com>pull/21833/head
parent
6e027badc0
commit
71fa3222fe
|
@ -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';
|
||||
|
||||
|
|
Loading…
Reference in New Issue