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 759de7020..98211c727 100644 --- a/client/src/app/shared/shared.module.ts +++ b/client/src/app/shared/shared.module.ts | |||
@@ -5,6 +5,7 @@ import { FormsModule, ReactiveFormsModule } from '@angular/forms' | |||
5 | import { RouterModule } from '@angular/router' | 5 | import { RouterModule } from '@angular/router' |
6 | import { MarkdownTextareaComponent } from '@app/shared/forms/markdown-textarea.component' | 6 | import { MarkdownTextareaComponent } from '@app/shared/forms/markdown-textarea.component' |
7 | import { HelpComponent } from '@app/shared/misc/help.component' | 7 | import { HelpComponent } from '@app/shared/misc/help.component' |
8 | import { ListOverflowComponent } from '@app/shared/misc/list-overflow.component' | ||
8 | import { InfiniteScrollerDirective } from '@app/shared/video/infinite-scroller.directive' | 9 | import { InfiniteScrollerDirective } from '@app/shared/video/infinite-scroller.directive' |
9 | import { BytesPipe, KeysPipe, NgPipesModule } from 'ngx-pipes' | 10 | import { BytesPipe, KeysPipe, NgPipesModule } from 'ngx-pipes' |
10 | import { SharedModule as PrimeSharedModule } from 'primeng/api' | 11 | import { SharedModule as PrimeSharedModule } from 'primeng/api' |
@@ -156,6 +157,7 @@ import { ClipboardModule } from '@angular/cdk/clipboard' | |||
156 | InfiniteScrollerDirective, | 157 | InfiniteScrollerDirective, |
157 | TextareaAutoResizeDirective, | 158 | TextareaAutoResizeDirective, |
158 | HelpComponent, | 159 | HelpComponent, |
160 | ListOverflowComponent, | ||
159 | 161 | ||
160 | ReactiveFileComponent, | 162 | ReactiveFileComponent, |
161 | PeertubeCheckboxComponent, | 163 | PeertubeCheckboxComponent, |
@@ -227,6 +229,7 @@ import { ClipboardModule } from '@angular/cdk/clipboard' | |||
227 | InfiniteScrollerDirective, | 229 | InfiniteScrollerDirective, |
228 | TextareaAutoResizeDirective, | 230 | TextareaAutoResizeDirective, |
229 | HelpComponent, | 231 | HelpComponent, |
232 | ListOverflowComponent, | ||
230 | InputReadonlyCopyComponent, | 233 | InputReadonlyCopyComponent, |
231 | 234 | ||
232 | ReactiveFileComponent, | 235 | ReactiveFileComponent, |