diff options
Diffstat (limited to 'client/src/app/videos/shared')
-rw-r--r-- | client/src/app/videos/shared/video.service.ts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/client/src/app/videos/shared/video.service.ts b/client/src/app/videos/shared/video.service.ts index b1f688095..f173ef06b 100644 --- a/client/src/app/videos/shared/video.service.ts +++ b/client/src/app/videos/shared/video.service.ts | |||
@@ -4,7 +4,8 @@ import { Observable } from 'rxjs/Observable'; | |||
4 | 4 | ||
5 | import { Search } from '../../shared'; | 5 | import { Search } from '../../shared'; |
6 | import { SortField } from './sort-field.type'; | 6 | import { SortField } from './sort-field.type'; |
7 | import { AuthHttp, AuthService, RestExtractor, RestPagination, RestService, ResultList } from '../../shared'; | 7 | import { AuthService } from '../../core'; |
8 | import { AuthHttp, RestExtractor, RestPagination, RestService, ResultList } from '../../shared'; | ||
8 | import { Video } from './video.model'; | 9 | import { Video } from './video.model'; |
9 | 10 | ||
10 | @Injectable() | 11 | @Injectable() |