export class RegistrationPresenterComponent {
  constructor(readonly registrationService: SyncRegistrationService) {}
}