mirror of https://github.com/vector-im/riot-web
Use consistent import style
parent
d66dbdea61
commit
9b9e074d30
|
@ -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 New Issue