blob: e1818ee16a80753f45c4ddd89967b2af80ac6036 [file] [log] [blame]
import { Component } from '@angular/core';
@Component({
selector : 'netopeer-config',
templateUrl : './monitoring.component.html',
styleUrls : ['../netopeer.css']
})
export class MonitoringComponent {
title = 'Monitoring';
}