diff options
author | Chocobozzz <me@florianbigard.com> | 2018-08-14 19:24:56 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-08-14 19:24:56 +0200 |
commit | 8569a870e4cd662026dbf3f439c0bb460262b2b1 (patch) | |
tree | ff2b8fcc3d8b36d17a1bd0460f22ea0b93eeef59 /client/src/app/+admin/users/user-edit | |
parent | a76138ff56ad3ad2df926f59578a06b22fb1f93c (diff) | |
download | PeerTube-8569a870e4cd662026dbf3f439c0bb460262b2b1.tar.gz PeerTube-8569a870e4cd662026dbf3f439c0bb460262b2b1.tar.zst PeerTube-8569a870e4cd662026dbf3f439c0bb460262b2b1.zip |
Fix client build
Diffstat (limited to 'client/src/app/+admin/users/user-edit')
-rw-r--r-- | client/src/app/+admin/users/user-edit/user-update.component.ts | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/client/src/app/+admin/users/user-edit/user-update.component.ts b/client/src/app/+admin/users/user-edit/user-update.component.ts index 3e60991d2..06bde582e 100644 --- a/client/src/app/+admin/users/user-edit/user-update.component.ts +++ b/client/src/app/+admin/users/user-edit/user-update.component.ts | |||
@@ -3,10 +3,9 @@ import { ActivatedRoute, Router } from '@angular/router' | |||
3 | import { Subscription } from 'rxjs' | 3 | import { Subscription } from 'rxjs' |
4 | import { NotificationsService } from 'angular2-notifications' | 4 | import { NotificationsService } from 'angular2-notifications' |
5 | import { UserService } from '../shared' | 5 | import { UserService } from '../shared' |
6 | import { User } from '../../../shared' | ||
7 | import { ServerService } from '../../../core' | 6 | import { ServerService } from '../../../core' |
8 | import { UserEdit } from './user-edit' | 7 | import { UserEdit } from './user-edit' |
9 | import { UserUpdate } from '../../../../../../shared' | 8 | import { UserUpdate, User } from '../../../../../../shared' |
10 | import { I18n } from '@ngx-translate/i18n-polyfill' | 9 | import { I18n } from '@ngx-translate/i18n-polyfill' |
11 | import { FormValidatorService } from '@app/shared/forms/form-validators/form-validator.service' | 10 | import { FormValidatorService } from '@app/shared/forms/form-validators/form-validator.service' |
12 | import { UserValidatorsService } from '@app/shared/forms/form-validators/user-validators.service' | 11 | import { UserValidatorsService } from '@app/shared/forms/form-validators/user-validators.service' |