X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fvideos%2Fvideos.component.ts;h=585a3ad9aa0b7bc57d7e7262d93519fadd94f303;hb=13a6b53655cdd7baba494abc3c9ff52788d4651e;hp=76252afbb25b75d6683f9118de23b31a278cac40;hpb=0629423ce335137ce77d1ee8fe30fc0eee36d83b;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/videos/videos.component.ts b/client/src/app/videos/videos.component.ts index 76252afbb..585a3ad9a 100644 --- a/client/src/app/videos/videos.component.ts +++ b/client/src/app/videos/videos.component.ts @@ -1,10 +1,6 @@ -import { Component } from '@angular/core'; -import { ROUTER_DIRECTIVES } from '@angular/router'; +import { Component } from '@angular/core' @Component({ - template: '', - directives: [ ROUTER_DIRECTIVES ] + template: '' }) - -export class VideosComponent { -} +export class VideosComponent {}