1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-15 15:53:27 +00:00

remove forge import from crypto service

This commit is contained in:
Kyle Spearrin
2018-05-16 16:02:05 -04:00
parent cf5bce1ea9
commit 12b01e1894

View File

@@ -1,5 +1,3 @@
import * as forge from 'node-forge';
import { EncryptionType } from '../enums/encryptionType';
import { CipherString } from '../models/domain/cipherString';