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

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

}