Skip to content

Commit

Permalink
feat(payment): Remove unused component.
Browse files Browse the repository at this point in the history
  • Loading branch information
gtandersen committed May 22, 2024
1 parent 82dcb5a commit 342af3c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/app/account-app/bitpay-payment-dialog.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

import { Component, Inject } from '@angular/core';
import { MatLegacyDialogRef as MatDialogRef, MAT_LEGACY_DIALOG_DATA as MAT_DIALOG_DATA } from '@angular/material/legacy-dialog';
import { ActivatedRoute, Router } from '@angular/router';
import { Router } from '@angular/router';

import { CartService } from './cart.service';
import { RunboxWebmailAPI } from '../rmmapi/rbwebmail';
Expand Down Expand Up @@ -67,7 +67,6 @@ export class BitpayPaymentDialogComponent {
};

constructor(
private route: ActivatedRoute,
private router: Router,
private cart: CartService,
private rmmapi: RunboxWebmailAPI,
Expand Down

0 comments on commit 342af3c

Please sign in to comment.