Gitiles
Code Review
Sign In
gerrit.cesnet.cz
/
github
/
CESNET
/
Netopeer2GUI
/
c58f347f03bcaaa0e605e0008fdd36e9a46f3694
/
.
/
www
/
dashboard.component.ts
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
{
}