import {Component} from '@angular/core'; @Component({ selector: 'taskbar', templateUrl: './taskbar.html' }) /** * @author Sebastian Cuy * @author Thomas Kleinke * @author Daniel de Oliveira */ export class TaskbarComponent {}