1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-16 08:13:42 +00:00

update jslib version

This commit is contained in:
Kyle Spearrin
2018-01-06 11:48:26 -05:00
parent 274c770308
commit fcdf473af1
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
import * as forge from 'node-forge';
import { EncryptionType } from '../../enums/encryptionType.enum';
import { EncryptionType } from '@bitwarden/jslib';
import SymmetricCryptoKeyBuffers from './symmetricCryptoKeyBuffers';