]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/app/main.ts
Prepare Angular routes
[github/Chocobozzz/PeerTube.git] / client / app / main.ts
1 import {bootstrap} from 'angular2/platform/browser'
2 import {AppComponent} from './app.component'
3
4 bootstrap(AppComponent);