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.ts17
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 @@
1import { NgModule } from '@angular/core' 1import { NgModule } from '@angular/core'
2 2import { SharedModule } from '../shared'
3import { VideoService } from './shared'
4import { MyVideosComponent, VideoListComponent, VideoMiniatureComponent, VideoSortComponent } from './video-list'
3import { VideosRoutingModule } from './videos-routing.module' 5import { VideosRoutingModule } from './videos-routing.module'
4import { VideosComponent } from './videos.component' 6import { VideosComponent } from './videos.component'
5import {
6 LoaderComponent,
7 VideoListComponent,
8 MyVideosComponent,
9 VideoMiniatureComponent,
10 VideoSortComponent
11} from './video-list'
12import { VideoService } from './shared'
13import { 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: [