diff options
Diffstat (limited to 'client/src/app/videos/videos.module.ts')
-rw-r--r-- | client/src/app/videos/videos.module.ts | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/client/src/app/videos/videos.module.ts b/client/src/app/videos/videos.module.ts index fb2f453b0..03dea17b5 100644 --- a/client/src/app/videos/videos.module.ts +++ b/client/src/app/videos/videos.module.ts | |||
@@ -4,7 +4,13 @@ import { VideosRoutingModule } from './videos-routing.module'; | |||
4 | import { VideosComponent } from './videos.component'; | 4 | import { VideosComponent } from './videos.component'; |
5 | import { VideoAddComponent } from './video-add'; | 5 | import { VideoAddComponent } from './video-add'; |
6 | import { VideoListComponent, VideoMiniatureComponent, VideoSortComponent } from './video-list'; | 6 | import { VideoListComponent, VideoMiniatureComponent, VideoSortComponent } from './video-list'; |
7 | import { VideoWatchComponent, VideoMagnetComponent, VideoShareComponent, WebTorrentService } from './video-watch'; | 7 | import { |
8 | VideoWatchComponent, | ||
9 | VideoMagnetComponent, | ||
10 | VideoReportComponent, | ||
11 | VideoShareComponent, | ||
12 | WebTorrentService | ||
13 | } from './video-watch'; | ||
8 | import { LoaderComponent, VideoService } from './shared'; | 14 | import { LoaderComponent, VideoService } from './shared'; |
9 | import { SharedModule } from '../shared'; | 15 | import { SharedModule } from '../shared'; |
10 | 16 | ||
@@ -26,6 +32,7 @@ import { SharedModule } from '../shared'; | |||
26 | VideoWatchComponent, | 32 | VideoWatchComponent, |
27 | VideoMagnetComponent, | 33 | VideoMagnetComponent, |
28 | VideoShareComponent, | 34 | VideoShareComponent, |
35 | VideoReportComponent, | ||
29 | 36 | ||
30 | LoaderComponent | 37 | LoaderComponent |
31 | ], | 38 | ], |