Use consistent import style
This commit is contained in:
parent
d66dbdea61
commit
9b9e074d30
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ import sdk from '../../../../index';
|
||||||
import MatrixClientPeg from '../../../../MatrixClientPeg';
|
import MatrixClientPeg from '../../../../MatrixClientPeg';
|
||||||
|
|
||||||
import { _t } from '../../../../languageHandler';
|
import { _t } from '../../../../languageHandler';
|
||||||
import {Key} from "../../../../Keyboard";
|
import { Key } from "../../../../Keyboard";
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Access Secure Secret Storage by requesting the user's passphrase.
|
* Access Secure Secret Storage by requesting the user's passphrase.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue