aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/videos/video-list
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/videos/video-list')
-rw-r--r--client/src/app/videos/video-list/video-list.component.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/client/src/app/videos/video-list/video-list.component.ts b/client/src/app/videos/video-list/video-list.component.ts
index b3780f8b6..844e14567 100644
--- a/client/src/app/videos/video-list/video-list.component.ts
+++ b/client/src/app/videos/video-list/video-list.component.ts
@@ -9,8 +9,8 @@ import {
9 Video, 9 Video,
10 VideoService 10 VideoService
11} from '../shared'; 11} from '../shared';
12import { AuthService } from '../../core'; 12import { AuthService, AuthUser } from '../../core';
13import { AuthUser, RestPagination, Search, SearchField } from '../../shared'; 13import { RestPagination, Search, SearchField } from '../../shared';
14import { SearchService } from '../../shared'; 14import { SearchService } from '../../shared';
15 15
16@Component({ 16@Component({