blob: 616dcae252c71f7a57b990532257bba52fb1f309 [file] [log] [blame]
import { Component } from '@angular/core';
@Component({
selector : 'netopeer-dashboard',
templateUrl : './dashboard.component.html',
styleUrls : ['./netopeer.component.css']
})
export class DashboardComponent { }