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 { _t } from '../../../../languageHandler';
|
||||
import {Key} from "../../../../Keyboard";
|
||||
import { Key } from "../../../../Keyboard";
|
||||
|
||||
/*
|
||||
* Access Secure Secret Storage by requesting the user's passphrase.
|
||||
|
|
Loading…
Reference in a new issue