remove unused import

This commit is contained in:
Kyle Spearrin 2018-09-19 09:57:17 -04:00
parent 85587e0672
commit 64be82d5cc
1 changed files with 0 additions and 2 deletions

View File

@ -1,7 +1,5 @@
import * as TypeMoq from 'typemoq';
import { DeviceType } from '../../../src/enums/deviceType';
import { PlatformUtilsService } from '../../../src/abstractions/platformUtils.service';
import { WebCryptoFunctionService } from '../../../src/services/webCryptoFunction.service';