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 f6991a66d..8cbb15bfa 100644 --- a/client/src/app/shared/shared.module.ts +++ b/client/src/app/shared/shared.module.ts | |||
@@ -73,6 +73,7 @@ import { UserNotificationsComponent } from '@app/shared/users/user-notifications | |||
73 | import { InstanceService } from '@app/shared/instance/instance.service' | 73 | import { InstanceService } from '@app/shared/instance/instance.service' |
74 | import { HtmlRendererService, LinkifierService, MarkdownService } from '@app/shared/renderer' | 74 | import { HtmlRendererService, LinkifierService, MarkdownService } from '@app/shared/renderer' |
75 | import { ConfirmComponent } from '@app/shared/confirm/confirm.component' | 75 | import { ConfirmComponent } from '@app/shared/confirm/confirm.component' |
76 | import { DateToggleComponent } from '@app/shared/date/date-toggle.component' | ||
76 | import { SmallLoaderComponent } from '@app/shared/misc/small-loader.component' | 77 | import { SmallLoaderComponent } from '@app/shared/misc/small-loader.component' |
77 | import { VideoPlaylistService } from '@app/shared/video-playlist/video-playlist.service' | 78 | import { VideoPlaylistService } from '@app/shared/video-playlist/video-playlist.service' |
78 | import { PreviewUploadComponent } from '@app/shared/images/preview-upload.component' | 79 | import { PreviewUploadComponent } from '@app/shared/images/preview-upload.component' |
@@ -165,6 +166,7 @@ import { FeatureBooleanComponent } from '@app/shared/instance/feature-boolean.co | |||
165 | TopMenuDropdownComponent, | 166 | TopMenuDropdownComponent, |
166 | UserNotificationsComponent, | 167 | UserNotificationsComponent, |
167 | ConfirmComponent, | 168 | ConfirmComponent, |
169 | DateToggleComponent, | ||
168 | 170 | ||
169 | GlobalIconComponent, | 171 | GlobalIconComponent, |
170 | PreviewUploadComponent | 172 | PreviewUploadComponent |
@@ -232,6 +234,7 @@ import { FeatureBooleanComponent } from '@app/shared/instance/feature-boolean.co | |||
232 | TopMenuDropdownComponent, | 234 | TopMenuDropdownComponent, |
233 | UserNotificationsComponent, | 235 | UserNotificationsComponent, |
234 | ConfirmComponent, | 236 | ConfirmComponent, |
237 | DateToggleComponent, | ||
235 | 238 | ||
236 | GlobalIconComponent, | 239 | GlobalIconComponent, |
237 | PreviewUploadComponent, | 240 | PreviewUploadComponent, |