X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2F%2Bvideos%2Fvideos.module.ts;h=f06f4be2b9d6ccbe25fbbcb40f9d8e3bdf565f8a;hb=2c8380a46f34631e705b1564938343cacfa4b0bc;hp=523533c1115231e4eba08d334cd5bc43d3cbc8cd;hpb=dd24f1bb0a4b252e5342b251ba36853364da7b8e;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/+videos/videos.module.ts b/client/src/app/+videos/videos.module.ts index 523533c11..f06f4be2b 100644 --- a/client/src/app/+videos/videos.module.ts +++ b/client/src/app/+videos/videos.module.ts @@ -9,7 +9,6 @@ import { OverviewService, VideosListCommonPageComponent } from './video-list' import { VideoOverviewComponent } from './video-list/overview/video-overview.component' import { VideoUserSubscriptionsComponent } from './video-list/video-user-subscriptions.component' import { VideosRoutingModule } from './videos-routing.module' -import { VideosComponent } from './videos.component' @NgModule({ imports: [ @@ -24,16 +23,12 @@ import { VideosComponent } from './videos.component' ], declarations: [ - VideosComponent, - VideoUserSubscriptionsComponent, VideoOverviewComponent, VideosListCommonPageComponent ], - exports: [ - VideosComponent - ], + exports: [], providers: [ OverviewService