Merge pull request #6330 from matrix-org/dbkr/tsify_secretstorage

Update import location for types
This commit is contained in:
David Baker
2021-07-08 09:18:31 +01:00
committed by GitHub
5 changed files with 6 additions and 5 deletions

View File

@@ -14,7 +14,8 @@ See the License for the specific language governing permissions and
limitations under the License.
*/
import { ICryptoCallbacks, ISecretStorageKeyInfo } from 'matrix-js-sdk/src/matrix';
import { ICryptoCallbacks } from 'matrix-js-sdk/src/matrix';
import { ISecretStorageKeyInfo } from 'matrix-js-sdk/src/crypto/api';
import { MatrixClient } from 'matrix-js-sdk/src/client';
import Modal from './Modal';
import * as sdk from './index';