export class OverviewComponent {

  constructor(private mobileService: MobileService) {
    this.mobileService.hideMenu();
  }