blob: 616dcae252c71f7a57b990532257bba52fb1f309 [file] [log] [blame]
Radek Krejcid23f0df2017-08-31 16:34:49 +02001import { Component } from '@angular/core';
2
3@Component({
4 selector : 'netopeer-dashboard',
5 templateUrl : './dashboard.component.html',
6 styleUrls : ['./netopeer.component.css']
7})
8
9export class DashboardComponent { }