]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/src/app/videos/videos.component.ts
Merge branch 'master' into webseed-merged
[github/Chocobozzz/PeerTube.git] / client / src / app / videos / videos.component.ts
1 import { Component } from '@angular/core';
2
3 @Component({
4 template: '<router-outlet></router-outlet>'
5 })
6
7 export class VideosComponent {
8 }