Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
dad5f1a10ab3ae298202ea55bf8720d25790fef4
/
.
/
scouting
/
www
/
view
/
view.component.ts
blob: 8150efd35d56b82d2da9a95de1b124f0953b06be [
file
] [
log
] [
blame
]
import
{
Component
,
OnInit
}
from
'@angular/core'
;
@Component
({
selector
:
'app-view'
,
templateUrl
:
'./view.ng.html'
,
styleUrls
:
[
'../common.css'
,
'./view.component.css'
],
})
export
class
ViewComponent
{}