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