fix import paths after build system refactor

This commit is contained in:
Bruno Windels 2020-01-17 15:50:27 +01:00
parent d1fcef1211
commit d20db3560a
3 changed files with 3 additions and 3 deletions

View file

@ -15,7 +15,7 @@ limitations under the License.
*/
import React from 'react';
import sdk from "../../..";
import * as sdk from '../../../index';
import {_t} from "../../../languageHandler";
export default class EncryptionInfo extends React.PureComponent {