Better typings
[oweals/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 export class VideosComponent {}