diff options
Diffstat (limited to 'client/src/app/shared/shared.module.ts')
-rw-r--r-- | client/src/app/shared/shared.module.ts | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/client/src/app/shared/shared.module.ts b/client/src/app/shared/shared.module.ts index 413159059..2cbaaf4ae 100644 --- a/client/src/app/shared/shared.module.ts +++ b/client/src/app/shared/shared.module.ts | |||
@@ -51,6 +51,7 @@ import { VideoImportService } from '@app/shared/video-import/video-import.servic | |||
51 | import { ActionDropdownComponent } from '@app/shared/buttons/action-dropdown.component' | 51 | import { ActionDropdownComponent } from '@app/shared/buttons/action-dropdown.component' |
52 | import { NgbDropdownModule, NgbModalModule, NgbPopoverModule, NgbTabsetModule, NgbTooltipModule } from '@ng-bootstrap/ng-bootstrap' | 52 | import { NgbDropdownModule, NgbModalModule, NgbPopoverModule, NgbTabsetModule, NgbTooltipModule } from '@ng-bootstrap/ng-bootstrap' |
53 | import { SubscribeButtonComponent, UserSubscriptionService } from '@app/shared/user-subscription' | 53 | import { SubscribeButtonComponent, UserSubscriptionService } from '@app/shared/user-subscription' |
54 | import { InstanceFeaturesTableComponent } from '@app/shared/instance/instance-features-table.component' | ||
54 | 55 | ||
55 | @NgModule({ | 56 | @NgModule({ |
56 | imports: [ | 57 | imports: [ |
@@ -86,7 +87,8 @@ import { SubscribeButtonComponent, UserSubscriptionService } from '@app/shared/u | |||
86 | HelpComponent, | 87 | HelpComponent, |
87 | ReactiveFileComponent, | 88 | ReactiveFileComponent, |
88 | PeertubeCheckboxComponent, | 89 | PeertubeCheckboxComponent, |
89 | SubscribeButtonComponent | 90 | SubscribeButtonComponent, |
91 | InstanceFeaturesTableComponent | ||
90 | ], | 92 | ], |
91 | 93 | ||
92 | exports: [ | 94 | exports: [ |
@@ -119,6 +121,7 @@ import { SubscribeButtonComponent, UserSubscriptionService } from '@app/shared/u | |||
119 | ReactiveFileComponent, | 121 | ReactiveFileComponent, |
120 | PeertubeCheckboxComponent, | 122 | PeertubeCheckboxComponent, |
121 | SubscribeButtonComponent, | 123 | SubscribeButtonComponent, |
124 | InstanceFeaturesTableComponent, | ||
122 | 125 | ||
123 | NumberFormatterPipe, | 126 | NumberFormatterPipe, |
124 | ObjectLengthPipe, | 127 | ObjectLengthPipe, |