diff options
Diffstat (limited to 'client/src/app/videos/videos.module.ts')
-rw-r--r-- | client/src/app/videos/videos.module.ts | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/client/src/app/videos/videos.module.ts b/client/src/app/videos/videos.module.ts index 3c3877273..5cf1e944f 100644 --- a/client/src/app/videos/videos.module.ts +++ b/client/src/app/videos/videos.module.ts | |||
@@ -6,6 +6,7 @@ import { VideoTrendingComponent } from './video-list/video-trending.component' | |||
6 | import { VideosRoutingModule } from './videos-routing.module' | 6 | import { VideosRoutingModule } from './videos-routing.module' |
7 | import { VideosComponent } from './videos.component' | 7 | import { VideosComponent } from './videos.component' |
8 | import { VideoUserSubscriptionsComponent } from '@app/videos/video-list/video-user-subscriptions.component' | 8 | import { VideoUserSubscriptionsComponent } from '@app/videos/video-list/video-user-subscriptions.component' |
9 | import { VideoOverviewComponent } from '@app/videos/video-list/video-overview.component' | ||
9 | 10 | ||
10 | @NgModule({ | 11 | @NgModule({ |
11 | imports: [ | 12 | imports: [ |
@@ -19,7 +20,8 @@ import { VideoUserSubscriptionsComponent } from '@app/videos/video-list/video-us | |||
19 | VideoTrendingComponent, | 20 | VideoTrendingComponent, |
20 | VideoRecentlyAddedComponent, | 21 | VideoRecentlyAddedComponent, |
21 | VideoLocalComponent, | 22 | VideoLocalComponent, |
22 | VideoUserSubscriptionsComponent | 23 | VideoUserSubscriptionsComponent, |
24 | VideoOverviewComponent | ||
23 | ], | 25 | ], |
24 | 26 | ||
25 | exports: [ | 27 | exports: [ |