diff options
Diffstat (limited to 'client/src/app/videos/videos.module.ts')
-rw-r--r-- | client/src/app/videos/videos.module.ts | 17 |
1 files changed, 4 insertions, 13 deletions
diff --git a/client/src/app/videos/videos.module.ts b/client/src/app/videos/videos.module.ts index ecc351b65..4f3054c3a 100644 --- a/client/src/app/videos/videos.module.ts +++ b/client/src/app/videos/videos.module.ts | |||
@@ -1,16 +1,9 @@ | |||
1 | import { NgModule } from '@angular/core' | 1 | import { NgModule } from '@angular/core' |
2 | 2 | import { SharedModule } from '../shared' | |
3 | import { VideoService } from './shared' | ||
4 | import { MyVideosComponent, VideoListComponent, VideoMiniatureComponent, VideoSortComponent } from './video-list' | ||
3 | import { VideosRoutingModule } from './videos-routing.module' | 5 | import { VideosRoutingModule } from './videos-routing.module' |
4 | import { VideosComponent } from './videos.component' | 6 | import { VideosComponent } from './videos.component' |
5 | import { | ||
6 | LoaderComponent, | ||
7 | VideoListComponent, | ||
8 | MyVideosComponent, | ||
9 | VideoMiniatureComponent, | ||
10 | VideoSortComponent | ||
11 | } from './video-list' | ||
12 | import { VideoService } from './shared' | ||
13 | import { SharedModule } from '../shared' | ||
14 | 7 | ||
15 | @NgModule({ | 8 | @NgModule({ |
16 | imports: [ | 9 | imports: [ |
@@ -24,9 +17,7 @@ import { SharedModule } from '../shared' | |||
24 | VideoListComponent, | 17 | VideoListComponent, |
25 | MyVideosComponent, | 18 | MyVideosComponent, |
26 | VideoMiniatureComponent, | 19 | VideoMiniatureComponent, |
27 | VideoSortComponent, | 20 | VideoSortComponent |
28 | |||
29 | LoaderComponent | ||
30 | ], | 21 | ], |
31 | 22 | ||
32 | exports: [ | 23 | exports: [ |