1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-13 01:58:44 +02: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';