diff options
Diffstat (limited to 'client/src/app/shared/shared.module.ts')
-rw-r--r-- | client/src/app/shared/shared.module.ts | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/client/src/app/shared/shared.module.ts b/client/src/app/shared/shared.module.ts index 86e1a380e..bd9aee345 100644 --- a/client/src/app/shared/shared.module.ts +++ b/client/src/app/shared/shared.module.ts | |||
@@ -20,6 +20,7 @@ import { RestExtractor, RestService } from './rest' | |||
20 | import { UserService } from './users' | 20 | import { UserService } from './users' |
21 | import { VideoAbuseService } from './video-abuse' | 21 | import { VideoAbuseService } from './video-abuse' |
22 | import { VideoBlacklistService } from './video-blacklist' | 22 | import { VideoBlacklistService } from './video-blacklist' |
23 | import { VideoMiniatureComponent } from './video/video-miniature.component' | ||
23 | import { VideoThumbnailComponent } from './video/video-thumbnail.component' | 24 | import { VideoThumbnailComponent } from './video/video-thumbnail.component' |
24 | import { VideoService } from './video/video.service' | 25 | import { VideoService } from './video/video.service' |
25 | 26 | ||
@@ -44,6 +45,7 @@ import { VideoService } from './video/video.service' | |||
44 | declarations: [ | 45 | declarations: [ |
45 | LoaderComponent, | 46 | LoaderComponent, |
46 | VideoThumbnailComponent, | 47 | VideoThumbnailComponent, |
48 | VideoMiniatureComponent, | ||
47 | NumberFormatterPipe, | 49 | NumberFormatterPipe, |
48 | FromNowPipe | 50 | FromNowPipe |
49 | ], | 51 | ], |
@@ -66,6 +68,7 @@ import { VideoService } from './video/video.service' | |||
66 | 68 | ||
67 | LoaderComponent, | 69 | LoaderComponent, |
68 | VideoThumbnailComponent, | 70 | VideoThumbnailComponent, |
71 | VideoMiniatureComponent, | ||
69 | 72 | ||
70 | NumberFormatterPipe, | 73 | NumberFormatterPipe, |
71 | FromNowPipe | 74 | FromNowPipe |