aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/shared.module.ts
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/shared/shared.module.ts')
-rw-r--r--client/src/app/shared/shared.module.ts3
1 files changed, 0 insertions, 3 deletions
diff --git a/client/src/app/shared/shared.module.ts b/client/src/app/shared/shared.module.ts
index bd9aee345..74f6f579d 100644
--- a/client/src/app/shared/shared.module.ts
+++ b/client/src/app/shared/shared.module.ts
@@ -6,7 +6,6 @@ import { RouterModule } from '@angular/router'
6 6
7import { BsDropdownModule } from 'ngx-bootstrap/dropdown' 7import { BsDropdownModule } from 'ngx-bootstrap/dropdown'
8import { ModalModule } from 'ngx-bootstrap/modal' 8import { ModalModule } from 'ngx-bootstrap/modal'
9import { ProgressbarModule } from 'ngx-bootstrap/progressbar'
10import { InfiniteScrollModule } from 'ngx-infinite-scroll' 9import { InfiniteScrollModule } from 'ngx-infinite-scroll'
11import { BytesPipe, KeysPipe, NgPipesModule } from 'ngx-pipes' 10import { BytesPipe, KeysPipe, NgPipesModule } from 'ngx-pipes'
12import { SharedModule as PrimeSharedModule } from 'primeng/components/common/shared' 11import { SharedModule as PrimeSharedModule } from 'primeng/components/common/shared'
@@ -34,7 +33,6 @@ import { VideoService } from './video/video.service'
34 33
35 BsDropdownModule.forRoot(), 34 BsDropdownModule.forRoot(),
36 ModalModule.forRoot(), 35 ModalModule.forRoot(),
37 ProgressbarModule.forRoot(),
38 36
39 DataTableModule, 37 DataTableModule,
40 PrimeSharedModule, 38 PrimeSharedModule,
@@ -59,7 +57,6 @@ import { VideoService } from './video/video.service'
59 57
60 BsDropdownModule, 58 BsDropdownModule,
61 ModalModule, 59 ModalModule,
62 ProgressbarModule,
63 DataTableModule, 60 DataTableModule,
64 PrimeSharedModule, 61 PrimeSharedModule,
65 InfiniteScrollModule, 62 InfiniteScrollModule,