1
0
mirror of https://github.com/bitwarden/desktop synced 2026-02-14 07:23:23 +00:00

Remove unused import

This commit is contained in:
addison
2022-02-08 10:30:46 -05:00
parent bd2ed43498
commit 92a75b9af0

View File

@@ -1,6 +1,5 @@
import { Injectable } from "@angular/core";
import { ipcRenderer } from "electron";
import { firstValueFrom } from "rxjs";
import Swal from "sweetalert2";
import { CryptoService } from "jslib-common/abstractions/crypto.service";