aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/shared-users/user-admin.service.ts
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/shared/shared-users/user-admin.service.ts')
-rw-r--r--client/src/app/shared/shared-users/user-admin.service.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/client/src/app/shared/shared-users/user-admin.service.ts b/client/src/app/shared/shared-users/user-admin.service.ts
index 5842bd271..cc706343f 100644
--- a/client/src/app/shared/shared-users/user-admin.service.ts
+++ b/client/src/app/shared/shared-users/user-admin.service.ts
@@ -5,8 +5,8 @@ import { HttpClient, HttpParams } from '@angular/common/http'
5import { Injectable } from '@angular/core' 5import { Injectable } from '@angular/core'
6import { RestExtractor, RestPagination, RestService, ServerService, UserService } from '@app/core' 6import { RestExtractor, RestPagination, RestService, ServerService, UserService } from '@app/core'
7import { getBytes } from '@root-helpers/bytes' 7import { getBytes } from '@root-helpers/bytes'
8import { arrayify, peertubeTranslate } from '@shared/core-utils' 8import { arrayify, peertubeTranslate } from '@peertube/peertube-core-utils'
9import { ResultList, User as UserServerModel, UserCreate, UserUpdate } from '@shared/models' 9import { ResultList, User as UserServerModel, UserCreate, UserUpdate } from '@peertube/peertube-models'
10 10
11@Injectable() 11@Injectable()
12export class UserAdminService { 12export class UserAdminService {