aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/shared-main/shared-main.module.ts
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/shared/shared-main/shared-main.module.ts')
-rw-r--r--client/src/app/shared/shared-main/shared-main.module.ts4
1 files changed, 3 insertions, 1 deletions
diff --git a/client/src/app/shared/shared-main/shared-main.module.ts b/client/src/app/shared/shared-main/shared-main.module.ts
index 123b5a3e3..c69a4c8b2 100644
--- a/client/src/app/shared/shared-main/shared-main.module.ts
+++ b/client/src/app/shared/shared-main/shared-main.module.ts
@@ -30,7 +30,7 @@ import { ActionDropdownComponent, ButtonComponent, DeleteButtonComponent, EditBu
30import { DateToggleComponent } from './date' 30import { DateToggleComponent } from './date'
31import { FeedComponent } from './feeds' 31import { FeedComponent } from './feeds'
32import { LoaderComponent, SmallLoaderComponent } from './loaders' 32import { LoaderComponent, SmallLoaderComponent } from './loaders'
33import { HelpComponent, ListOverflowComponent, TopMenuDropdownComponent } from './misc' 33import { HelpComponent, ListOverflowComponent, TopMenuDropdownComponent, SimpleSearchInputComponent } from './misc'
34import { UserHistoryService, UserNotificationsComponent, UserNotificationService, UserQuotaComponent } from './users' 34import { UserHistoryService, UserNotificationsComponent, UserNotificationService, UserQuotaComponent } from './users'
35import { RedundancyService, VideoImportService, VideoOwnershipService, VideoService } from './video' 35import { RedundancyService, VideoImportService, VideoOwnershipService, VideoService } from './video'
36import { VideoCaptionService } from './video-caption' 36import { VideoCaptionService } from './video-caption'
@@ -88,6 +88,7 @@ import { VideoChannelService } from './video-channel'
88 HelpComponent, 88 HelpComponent,
89 ListOverflowComponent, 89 ListOverflowComponent,
90 TopMenuDropdownComponent, 90 TopMenuDropdownComponent,
91 SimpleSearchInputComponent,
91 92
92 UserQuotaComponent, 93 UserQuotaComponent,
93 UserNotificationsComponent 94 UserNotificationsComponent
@@ -140,6 +141,7 @@ import { VideoChannelService } from './video-channel'
140 HelpComponent, 141 HelpComponent,
141 ListOverflowComponent, 142 ListOverflowComponent,
142 TopMenuDropdownComponent, 143 TopMenuDropdownComponent,
144 SimpleSearchInputComponent,
143 145
144 UserQuotaComponent, 146 UserQuotaComponent,
145 UserNotificationsComponent 147 UserNotificationsComponent