]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - +videos/videos.component.ts
Bumped to version v5.2.1
[github/Chocobozzz/PeerTube.git] / +videos / videos.component.ts
1 import { Component } from '@angular/core'
2
3 @Component({
4 template: '<router-outlet></router-outlet>'
5 })
6 export class VideosComponent {}