export class BcfSplitLeftComponent implements OnInit {
  showViewer$:Observable<boolean>;

  constructor(private readonly bcfView:BcfViewService) {}