]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/videos/videos.component.ts
First upload step is ok
[github/Chocobozzz/PeerTube.git] / client / src / app / videos / videos.component.ts
CommitLineData
db7af09b 1import { Component } from '@angular/core'
0629423c
C
2
3@Component({
ab32b0fc 4 template: '<router-outlet></router-outlet>'
0629423c 5})
db7af09b 6export class VideosComponent {}