blob: e1818ee16a80753f45c4ddd89967b2af80ac6036 [file] [log] [blame]
Radek Krejcid23f0df2017-08-31 16:34:49 +02001import { Component } from '@angular/core';
2
3@Component({
4 selector : 'netopeer-config',
5 templateUrl : './monitoring.component.html',
Radek Krejcib4794962017-09-21 14:16:28 +02006 styleUrls : ['../netopeer.css']
Radek Krejcid23f0df2017-08-31 16:34:49 +02007})
8
9export class MonitoringComponent {
10 title = 'Monitoring';
11}