import { Component } from '@angular/core'; // STUB (red): no bsn, no submit — the component/axe tests fail until the green commit. @Component({ selector: 'app-registration-page', imports: [], template: '', }) export class RegistrationPage {}