export class BcfSplitRightComponent implements OnInit {
  showWorkPackages$:Observable<boolean>;

  constructor(private readonly bcfView:BcfViewService) {}