aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+admin/video-blacklist/video-blacklist.component.ts
blob: 24b8c98f8a45dc2f2b60204ed61ae32930ba9610 (plain) (blame)
1
2
3
4
5
6
7
import { Component } from '@angular/core'

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