From 60c35932f6a14cfe83bb0e54407427cce70171ea Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 25 Mar 2021 13:42:55 +0100 Subject: Redesign channel page --- client/src/app/+video-channels/video-channels.module.ts | 2 -- 1 file changed, 2 deletions(-) (limited to 'client/src/app/+video-channels/video-channels.module.ts') diff --git a/client/src/app/+video-channels/video-channels.module.ts b/client/src/app/+video-channels/video-channels.module.ts index 05236ff85..1b58a1d92 100644 --- a/client/src/app/+video-channels/video-channels.module.ts +++ b/client/src/app/+video-channels/video-channels.module.ts @@ -5,7 +5,6 @@ import { SharedMainModule } from '@app/shared/shared-main' import { SharedUserSubscriptionModule } from '@app/shared/shared-user-subscription' import { SharedVideoMiniatureModule } from '@app/shared/shared-video-miniature' import { SharedVideoPlaylistModule } from '@app/shared/shared-video-playlist' -import { VideoChannelAboutComponent } from './video-channel-about/video-channel-about.component' import { VideoChannelPlaylistsComponent } from './video-channel-playlists/video-channel-playlists.component' import { VideoChannelVideosComponent } from './video-channel-videos/video-channel-videos.component' import { VideoChannelsRoutingModule } from './video-channels-routing.module' @@ -26,7 +25,6 @@ import { VideoChannelsComponent } from './video-channels.component' declarations: [ VideoChannelsComponent, VideoChannelVideosComponent, - VideoChannelAboutComponent, VideoChannelPlaylistsComponent ], -- cgit v1.2.3