mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2024-11-29 12:04:02 -06:00
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);
|