Dirty update to Angular RC6
[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
7 export class VideosComponent {
8 }