import { Component, OnInit } from '@angular/core';
@Component({
selector: 'pages-monitor-windows',
templateUrl: './windows.component.html',
styleUrls: ['./windows.component.css']
})
export class PagesMonitorWindowsComponent implements OnInit {
constructor() { }
ngOnInit() {
}
}
-
liuzheng712 authoredUnverified45261145