]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/main.ts
Add jquery and jquery.fileupload to typings.json
[github/Chocobozzz/PeerTube.git] / client / main.ts
CommitLineData
230809ef 1import { bootstrap } from '@angular/platform-browser-dynamic';
41a2aee3 2
bd324a66
C
3import { AppComponent } from './app/app.component';
4
5bootstrap(AppComponent);