X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2F%2Bvideos%2Fvideos.module.ts;h=8a35015d654c969fd8b6410ab0333995e3e89530;hb=d11eae7edc1339e8e6791d63176613c6f283f995;hp=4c88a039721ea383f12652cdbff4162e44326e57;hpb=5bcbcbe338ef5a1ed14f084311d013fbb25dabcf;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/+videos/videos.module.ts b/client/src/app/+videos/videos.module.ts index 4c88a0397..8a35015d6 100644 --- a/client/src/app/+videos/videos.module.ts +++ b/client/src/app/+videos/videos.module.ts @@ -1,16 +1,13 @@ -import { CommonModule } from '@angular/common' import { NgModule } from '@angular/core' +import { SharedActorImageModule } from '@app/shared/shared-actor-image/shared-actor-image.module' import { SharedFormModule } from '@app/shared/shared-forms' import { SharedGlobalIconModule } from '@app/shared/shared-icons' import { SharedMainModule } from '@app/shared/shared-main' import { SharedUserSubscriptionModule } from '@app/shared/shared-user-subscription' import { SharedVideoMiniatureModule } from '@app/shared/shared-video-miniature' -import { OverviewService } from './video-list' +import { OverviewService, VideoTrendingComponent } from './video-list' import { VideoOverviewComponent } from './video-list/overview/video-overview.component' import { VideoTrendingHeaderComponent } from './video-list/trending/video-trending-header.component' -import { VideoHotComponent } from './video-list/trending/video-hot.component' -import { VideoTrendingComponent } from './video-list/trending/video-trending.component' -import { VideoMostLikedComponent } from './video-list/trending/video-most-liked.component' import { VideoLocalComponent } from './video-list/video-local.component' import { VideoRecentlyAddedComponent } from './video-list/video-recently-added.component' import { VideoUserSubscriptionsComponent } from './video-list/video-user-subscriptions.component' @@ -25,7 +22,8 @@ import { VideosComponent } from './videos.component' SharedFormModule, SharedVideoMiniatureModule, SharedUserSubscriptionModule, - SharedGlobalIconModule + SharedGlobalIconModule, + SharedActorImageModule ], declarations: [ @@ -33,8 +31,6 @@ import { VideosComponent } from './videos.component' VideoTrendingHeaderComponent, VideoTrendingComponent, - VideoHotComponent, - VideoMostLikedComponent, VideoRecentlyAddedComponent, VideoLocalComponent, VideoUserSubscriptionsComponent,