aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+videos/videos.module.ts
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2021-10-29 11:33:28 +0200
committerChocobozzz <me@florianbigard.com>2021-10-29 11:52:58 +0200
commiteeae81428e933b923dc9d9b6c9ce5c9fcf0de1a7 (patch)
tree0c444d0c13df141ec7095fc141997a2b847c31d8 /client/src/app/+videos/videos.module.ts
parent3c10840fa90fc88fc98e8169faf4745ff6c80893 (diff)
downloadPeerTube-eeae81428e933b923dc9d9b6c9ce5c9fcf0de1a7.tar.gz
PeerTube-eeae81428e933b923dc9d9b6c9ce5c9fcf0de1a7.tar.zst
PeerTube-eeae81428e933b923dc9d9b6c9ce5c9fcf0de1a7.zip
Remove useless components
Diffstat (limited to 'client/src/app/+videos/videos.module.ts')
-rw-r--r--client/src/app/+videos/videos.module.ts7
1 files changed, 1 insertions, 6 deletions
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'
9import { VideoOverviewComponent } from './video-list/overview/video-overview.component' 9import { VideoOverviewComponent } from './video-list/overview/video-overview.component'
10import { VideoUserSubscriptionsComponent } from './video-list/video-user-subscriptions.component' 10import { VideoUserSubscriptionsComponent } from './video-list/video-user-subscriptions.component'
11import { VideosRoutingModule } from './videos-routing.module' 11import { VideosRoutingModule } from './videos-routing.module'
12import { VideosComponent } from './videos.component'
13 12
14@NgModule({ 13@NgModule({
15 imports: [ 14 imports: [
@@ -24,16 +23,12 @@ import { VideosComponent } from './videos.component'
24 ], 23 ],
25 24
26 declarations: [ 25 declarations: [
27 VideosComponent,
28
29 VideoUserSubscriptionsComponent, 26 VideoUserSubscriptionsComponent,
30 VideoOverviewComponent, 27 VideoOverviewComponent,
31 VideosListCommonPageComponent 28 VideosListCommonPageComponent
32 ], 29 ],
33 30
34 exports: [ 31 exports: [],
35 VideosComponent
36 ],
37 32
38 providers: [ 33 providers: [
39 OverviewService 34 OverviewService