export class CentreComponent implements OnChanges {
  @Input() year: number;
  centres: Centre[];

  constructor(