diff options
Diffstat (limited to 'client/src/app/shared/shared.module.ts')
-rw-r--r-- | client/src/app/shared/shared.module.ts | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/client/src/app/shared/shared.module.ts b/client/src/app/shared/shared.module.ts index 748c5d520..7b2386d6c 100644 --- a/client/src/app/shared/shared.module.ts +++ b/client/src/app/shared/shared.module.ts | |||
@@ -14,6 +14,7 @@ import { FileUploadModule } from 'ng2-file-upload/ng2-file-upload'; | |||
14 | import { AUTH_HTTP_PROVIDERS } from './auth'; | 14 | import { AUTH_HTTP_PROVIDERS } from './auth'; |
15 | import { RestExtractor, RestService } from './rest'; | 15 | import { RestExtractor, RestService } from './rest'; |
16 | import { SearchComponent, SearchService } from './search'; | 16 | import { SearchComponent, SearchService } from './search'; |
17 | import { VideoAbuseService } from './video-abuse'; | ||
17 | 18 | ||
18 | @NgModule({ | 19 | @NgModule({ |
19 | imports: [ | 20 | imports: [ |
@@ -57,7 +58,8 @@ import { SearchComponent, SearchService } from './search'; | |||
57 | AUTH_HTTP_PROVIDERS, | 58 | AUTH_HTTP_PROVIDERS, |
58 | RestExtractor, | 59 | RestExtractor, |
59 | RestService, | 60 | RestService, |
60 | SearchService | 61 | SearchService, |
62 | VideoAbuseService | ||
61 | ] | 63 | ] |
62 | }) | 64 | }) |
63 | export class SharedModule { } | 65 | export class SharedModule { } |