1
0
mirror of https://github.com/bitwarden/browser.git synced 2025-03-24 15:39:43 +01:00

remove unused import

This commit is contained in:
Kyle Spearrin 2018-09-19 09:57:17 -04:00
parent 85587e0672
commit 64be82d5cc

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