Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
712d7b42f003b5059bb9860e63aef95f8a2d51fd
/
.
/
scouting
/
www
/
main.ts
blob: 1f8eb00fe9877264c0c0ce26b29357005cdeb576 [
file
] [
log
] [
blame
]
import
{
platformBrowser
}
from
'@angular/platform-browser'
;
import
{
AppModule
}
from
'./app/app.module'
;
platformBrowser
().
bootstrapModule
(
AppModule
);