]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/+videos/videos.module.ts
Fix confirm modal containing 2 inputs
[github/Chocobozzz/PeerTube.git] / client / src / app / +videos / videos.module.ts
index 523533c1115231e4eba08d334cd5bc43d3cbc8cd..f06f4be2b9d6ccbe25fbbcb40f9d8e3bdf565f8a 100644 (file)
@@ -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