diff options
Diffstat (limited to 'client/src/app/videos/videos.module.ts')
-rw-r--r-- | client/src/app/videos/videos.module.ts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/client/src/app/videos/videos.module.ts b/client/src/app/videos/videos.module.ts index 03dea17b5..fa37ad966 100644 --- a/client/src/app/videos/videos.module.ts +++ b/client/src/app/videos/videos.module.ts | |||
@@ -2,7 +2,7 @@ import { NgModule } from '@angular/core'; | |||
2 | 2 | ||
3 | import { VideosRoutingModule } from './videos-routing.module'; | 3 | 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, VideoUpdateComponent } from './video-edit'; |
6 | import { VideoListComponent, VideoMiniatureComponent, VideoSortComponent } from './video-list'; | 6 | import { VideoListComponent, VideoMiniatureComponent, VideoSortComponent } from './video-list'; |
7 | import { | 7 | import { |
8 | VideoWatchComponent, | 8 | VideoWatchComponent, |
@@ -24,6 +24,7 @@ import { SharedModule } from '../shared'; | |||
24 | VideosComponent, | 24 | VideosComponent, |
25 | 25 | ||
26 | VideoAddComponent, | 26 | VideoAddComponent, |
27 | VideoUpdateComponent, | ||
27 | 28 | ||
28 | VideoListComponent, | 29 | VideoListComponent, |
29 | VideoMiniatureComponent, | 30 | VideoMiniatureComponent, |