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