Newer
Older
homespace / src / app / components / auto-claim / view-payment-history / view-payment-history.ts
@agalyaramadoss agalyaramadoss on 20 Nov 240 bytes fixed
import { Component } from '@angular/core';

@Component({
  selector: 'app-view-payment-history',
  imports: [],
  templateUrl: './view-payment-history.html',
  styleUrl: './view-payment-history.css',
})
export class ViewPaymentHistory {

}