PeerTube/client/src/app/+admin/video-blacklist/video-blacklist.component.ts

8 lines
146 B
TypeScript

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