diff --git a/src/app/modules/pago-electronico/pago-electronico.component.ts b/src/app/modules/pago-electronico/pago-electronico.component.ts index 819864b..ef0f619 100644 --- a/src/app/modules/pago-electronico/pago-electronico.component.ts +++ b/src/app/modules/pago-electronico/pago-electronico.component.ts @@ -4,7 +4,7 @@ import { Router } from '@angular/router'; import { APP_SETTINGS } from 'src/etc/AppSettings'; import { BsModalService } from 'ngx-bootstrap/modal'; import { ErrorFormaPagoComponent } from 'src/app/shared/error-forma-pago/error-forma-pago.component'; -import { Subscription } from "rxjs"; +import { Subscription } from 'rxjs'; @Component({ selector: 'app-pago-electronico',