fix import paths after build system refactor
This commit is contained in:
parent
d1fcef1211
commit
d20db3560a
3 changed files with 3 additions and 3 deletions
|
@ -15,7 +15,7 @@ limitations under the License.
|
|||
*/
|
||||
|
||||
import React from 'react';
|
||||
import sdk from "../../..";
|
||||
import * as sdk from '../../../index';
|
||||
import {verificationMethods} from 'matrix-js-sdk/src/crypto';
|
||||
|
||||
export default class VerificationPanel extends React.PureComponent {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue