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, 0 insertions, 4 deletions
diff --git a/client/src/app/shared/shared.module.ts b/client/src/app/shared/shared.module.ts index f7ced040d..86e1a380e 100644 --- a/client/src/app/shared/shared.module.ts +++ b/client/src/app/shared/shared.module.ts | |||
@@ -17,7 +17,6 @@ import { FromNowPipe } from './misc/from-now.pipe' | |||
17 | import { LoaderComponent } from './misc/loader.component' | 17 | import { LoaderComponent } from './misc/loader.component' |
18 | import { NumberFormatterPipe } from './misc/number-formatter.pipe' | 18 | import { NumberFormatterPipe } from './misc/number-formatter.pipe' |
19 | import { RestExtractor, RestService } from './rest' | 19 | import { RestExtractor, RestService } from './rest' |
20 | import { SearchComponent, SearchService } from './search' | ||
21 | import { UserService } from './users' | 20 | import { UserService } from './users' |
22 | import { VideoAbuseService } from './video-abuse' | 21 | import { VideoAbuseService } from './video-abuse' |
23 | import { VideoBlacklistService } from './video-blacklist' | 22 | import { VideoBlacklistService } from './video-blacklist' |
@@ -43,7 +42,6 @@ import { VideoService } from './video/video.service' | |||
43 | ], | 42 | ], |
44 | 43 | ||
45 | declarations: [ | 44 | declarations: [ |
46 | SearchComponent, | ||
47 | LoaderComponent, | 45 | LoaderComponent, |
48 | VideoThumbnailComponent, | 46 | VideoThumbnailComponent, |
49 | NumberFormatterPipe, | 47 | NumberFormatterPipe, |
@@ -66,7 +64,6 @@ import { VideoService } from './video/video.service' | |||
66 | BytesPipe, | 64 | BytesPipe, |
67 | KeysPipe, | 65 | KeysPipe, |
68 | 66 | ||
69 | SearchComponent, | ||
70 | LoaderComponent, | 67 | LoaderComponent, |
71 | VideoThumbnailComponent, | 68 | VideoThumbnailComponent, |
72 | 69 | ||
@@ -78,7 +75,6 @@ import { VideoService } from './video/video.service' | |||
78 | AUTH_INTERCEPTOR_PROVIDER, | 75 | AUTH_INTERCEPTOR_PROVIDER, |
79 | RestExtractor, | 76 | RestExtractor, |
80 | RestService, | 77 | RestService, |
81 | SearchService, | ||
82 | VideoAbuseService, | 78 | VideoAbuseService, |
83 | VideoBlacklistService, | 79 | VideoBlacklistService, |
84 | UserService, | 80 | UserService, |