]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/videos/videos.component.ts
Use typescript standard and lint all files
[github/Chocobozzz/PeerTube.git] / client / src / app / videos / videos.component.ts
CommitLineData
df98563e 1import { Component } from '@angular/core'
0629423c
C
2
3@Component({
ab32b0fc 4 template: '<router-outlet></router-outlet>'
0629423c
C
5})
6
7export class VideosComponent {
8}