1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-18 02:41:15 +02:00

remove unused import

This commit is contained in:
Kyle Spearrin 2018-06-13 23:15:02 -04:00
parent 6e89b503f2
commit c3ad9b9b7d

View File

@ -1,7 +1,6 @@
import { CipherType } from '../../enums/cipherType';
import { Cipher } from '../domain/cipher';
import { Field } from '../domain/field';
import { CardApi } from '../api/cardApi';
import { FieldApi } from '../api/fieldApi';