1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-11 05:43:41 +00:00

Remove unused import (#1298)

This commit is contained in:
Addison Beck
2022-02-09 21:34:01 -05:00
committed by GitHub
parent 79f6a33596
commit b227ae13f6

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