From f465f95e8138c5915314f3530b885a969ac3ff62 Mon Sep 17 00:00:00 2001 From: Vladimir Stoilov Date: Tue, 3 Sep 2024 11:35:38 +0300 Subject: [PATCH] Update desktop/angular/src/app/prompt-entrypoint/prompt-entrypoint.ts Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> --- desktop/angular/src/app/prompt-entrypoint/prompt-entrypoint.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desktop/angular/src/app/prompt-entrypoint/prompt-entrypoint.ts b/desktop/angular/src/app/prompt-entrypoint/prompt-entrypoint.ts index d8f1887ff..f16d3f557 100644 --- a/desktop/angular/src/app/prompt-entrypoint/prompt-entrypoint.ts +++ b/desktop/angular/src/app/prompt-entrypoint/prompt-entrypoint.ts @@ -1,7 +1,7 @@ import { CommonModule } from "@angular/common"; import { Component, OnInit, TrackByFunction, inject } from "@angular/core"; import { AppProfile, AppProfileService, PortapiService } from "@safing/portmaster-api"; -import { combineLatest, forkJoin, map, merge, mergeAll, of, switchMap } from "rxjs"; +import { combineLatest, forkJoin, map, of, switchMap } from "rxjs"; import { ConnectionPrompt, NotificationType, NotificationsService } from "../services"; import { SfngAppIconModule } from "../shared/app-icon"; import { getCurrentWindow } from '@tauri-apps/api/window';