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