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