From e5c409db40781b97338b25c72a79c6fdc2111e44 Mon Sep 17 00:00:00 2001 From: Aastha Bist Date: Fri, 27 Dec 2024 08:58:25 +0530 Subject: [PATCH] Update popup-alert.component.ts --- src/app/shared/components/popup-alert/popup-alert.component.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/app/shared/components/popup-alert/popup-alert.component.ts b/src/app/shared/components/popup-alert/popup-alert.component.ts index 38329ef83c..7b5ada53f9 100644 --- a/src/app/shared/components/popup-alert/popup-alert.component.ts +++ b/src/app/shared/components/popup-alert/popup-alert.component.ts @@ -1,6 +1,5 @@ import { Component, Input } from '@angular/core'; import { PopoverController } from '@ionic/angular'; -import { CardNetworkType } from 'src/app/core/enums/card-network-type'; import { PopoverCardsList } from 'src/app/core/models/popover-cards-list.model'; @Component({ selector: 'app-popup-alert',