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