remove unused import

This commit is contained in:
Kyle Spearrin 2018-06-13 23:15:02 -04:00
parent 6e89b503f2
commit c3ad9b9b7d
1 changed files with 0 additions and 1 deletions

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';