mirror of https://github.com/Chocobozzz/PeerTube
6 lines
145 B
TypeScript
6 lines
145 B
TypeScript
|
import { bootstrap } from '@angular/platform-browser-dynamic';
|
||
|
|
||
|
import { AppComponent } from './app/app.component';
|
||
|
|
||
|
bootstrap(AppComponent);
|