aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/videos/videos.module.ts
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/videos/videos.module.ts')
-rw-r--r--client/src/app/videos/videos.module.ts3
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
3import { VideosRoutingModule } from './videos-routing.module'; 3import { VideosRoutingModule } from './videos-routing.module';
4import { VideosComponent } from './videos.component'; 4import { VideosComponent } from './videos.component';
5import { VideoAddComponent } from './video-add'; 5import { VideoAddComponent, VideoUpdateComponent } from './video-edit';
6import { VideoListComponent, VideoMiniatureComponent, VideoSortComponent } from './video-list'; 6import { VideoListComponent, VideoMiniatureComponent, VideoSortComponent } from './video-list';
7import { 7import {
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,