blob: 5bf0ba34f761be14b9ac418bac05f661ebc02132 [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',
Radek Krejcib4794962017-09-21 14:16:28 +02006 styleUrls : ['./netopeer.css']
Radek Krejcid23f0df2017-08-31 16:34:49 +02007})
8
9export class DashboardComponent { }