1
0
mirror of https://github.com/bitwarden/web synced 2026-01-11 13:03:16 +00:00

remove unused reference

This commit is contained in:
gbubemismith
2022-05-25 01:03:24 +01:00
parent a4ff1bb8b4
commit b882997ee1

View File

@@ -23,7 +23,6 @@ import { PlatformUtilsService } from "jslib-common/abstractions/platformUtils.se
import { StateService } from "jslib-common/abstractions/state.service";
import { SyncService } from "jslib-common/abstractions/sync.service";
import { TokenService } from "jslib-common/abstractions/token.service";
import { CipherType } from "jslib-common/enums/cipherType";
import { CipherView } from "jslib-common/models/view/cipherView";
import { UpdateKeyComponent } from "../../../../settings/update-key.component";