interest process

This commit is contained in:
CHIEFSOFT\ameye
2023-11-18 08:34:59 -05:00
parent 4acb913524
commit 61bd75c46a
7 changed files with 113 additions and 2 deletions
@@ -0,0 +1,14 @@
import { Component, OnInit } from '@angular/core';
@Component({
selector: 'app-interest-card',
templateUrl: './interest-card.component.html',
styleUrls: ['./interest-card.component.scss'],
})
export class InterestCardComponent implements OnInit {
constructor() { }
ngOnInit() {}
}