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, 0 insertions, 3 deletions
diff --git a/client/src/app/shared/shared.module.ts b/client/src/app/shared/shared.module.ts index 1f9eee0b7..05da0d829 100644 --- a/client/src/app/shared/shared.module.ts +++ b/client/src/app/shared/shared.module.ts | |||
@@ -9,7 +9,6 @@ import { InfiniteScrollerDirective } from '@app/shared/video/infinite-scroller.d | |||
9 | 9 | ||
10 | import { BytesPipe, KeysPipe, NgPipesModule } from 'ngx-pipes' | 10 | import { BytesPipe, KeysPipe, NgPipesModule } from 'ngx-pipes' |
11 | import { SharedModule as PrimeSharedModule } from 'primeng/components/common/shared' | 11 | import { SharedModule as PrimeSharedModule } from 'primeng/components/common/shared' |
12 | import { KeyFilterModule } from 'primeng/keyfilter' | ||
13 | 12 | ||
14 | import { AUTH_INTERCEPTOR_PROVIDER } from './auth' | 13 | import { AUTH_INTERCEPTOR_PROVIDER } from './auth' |
15 | import { ButtonComponent } from './buttons/button.component' | 14 | import { ButtonComponent } from './buttons/button.component' |
@@ -95,7 +94,6 @@ import { TimestampInputComponent } from '@app/shared/forms/timestamp-input.compo | |||
95 | 94 | ||
96 | PrimeSharedModule, | 95 | PrimeSharedModule, |
97 | InputMaskModule, | 96 | InputMaskModule, |
98 | KeyFilterModule, | ||
99 | NgPipesModule | 97 | NgPipesModule |
100 | ], | 98 | ], |
101 | 99 | ||
@@ -155,7 +153,6 @@ import { TimestampInputComponent } from '@app/shared/forms/timestamp-input.compo | |||
155 | 153 | ||
156 | PrimeSharedModule, | 154 | PrimeSharedModule, |
157 | InputMaskModule, | 155 | InputMaskModule, |
158 | KeyFilterModule, | ||
159 | BytesPipe, | 156 | BytesPipe, |
160 | KeysPipe, | 157 | KeysPipe, |
161 | 158 | ||