aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/videos/videos.component.ts
blob: 972c2221f5c70dbaf42527015ec18e28fcb28f68 (plain) (blame)
1
2
3
4
5
6
7
8
import { Component } from '@angular/core'

@Component({
  template: '<router-outlet></router-outlet>'
})

export class VideosComponent {
}