1
0
mirror of https://github.com/bitwarden/desktop synced 2025-12-28 14:13:14 +00:00

Remove unused import (#1298)

This commit is contained in:
Addison Beck
2022-02-09 21:34:01 -05:00
committed by addison
parent ab4ecff04a
commit 50aec04b4b

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