aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/video-abuse
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/shared/video-abuse')
-rw-r--r--client/src/app/shared/video-abuse/video-abuse.service.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/shared/video-abuse/video-abuse.service.ts b/client/src/app/shared/video-abuse/video-abuse.service.ts
index 984581114..8d979de31 100644
--- a/client/src/app/shared/video-abuse/video-abuse.service.ts
+++ b/client/src/app/shared/video-abuse/video-abuse.service.ts
@@ -4,7 +4,7 @@ import 'rxjs/add/operator/catch'
4import 'rxjs/add/operator/map' 4import 'rxjs/add/operator/map'
5import { Observable } from 'rxjs/Observable' 5import { Observable } from 'rxjs/Observable'
6 6
7import { SortMeta } from 'primeng/primeng' 7import { SortMeta } from 'primeng/components/common/sortmeta'
8 8
9import { AuthService } from '../core' 9import { AuthService } from '../core'
10import { RestExtractor, RestPagination, RestService } from '../rest' 10import { RestExtractor, RestPagination, RestService } from '../rest'