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',