blob: 636f73568501d568df6c5cb0c4bcb148256cec24 [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 Krejcicd1ebe12018-01-11 11:34:17 +01006 styleUrls : ['./netopeer.scss']
Radek Krejcid23f0df2017-08-31 16:34:49 +02007})
8
9export class DashboardComponent { }