mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-03 09:49:20 +02:00
4 lines
144 B
TypeScript
4 lines
144 B
TypeScript
import { bootstrap } from '@angular/platform-browser-dynamic';
|
|
import { AppComponent } from './app/app.component';
|
|
|
|
bootstrap(AppComponent);
|