import { Component } from '@angular/core'; @Component({ selector: 'app-third-party-registration', imports: [], templateUrl: './third-party-registration.component.html', styleUrl: './third-party-registration.component.scss' }) export class ThirdPartyRegistrationComponent { }