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