You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
aConnect-UX/src/app/user-management/third-party-registration/third-party-registration.co...

12 lines
285 B
TypeScript

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 {
}