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