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