diff options
author | Chocobozzz <me@florianbigard.com> | 2020-08-11 16:50:00 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2020-08-11 16:50:00 +0200 |
commit | 94676e631c5045144da598fefbefaa3cfcaaeb0d (patch) | |
tree | ad722f1316ff81a026072938b010ca6549b40e52 /client/src/app/shared/shared-main/users | |
parent | f309a156a6201797b4eca19d090f37f2f0da403b (diff) | |
download | PeerTube-94676e631c5045144da598fefbefaa3cfcaaeb0d.tar.gz PeerTube-94676e631c5045144da598fefbefaa3cfcaaeb0d.tar.zst PeerTube-94676e631c5045144da598fefbefaa3cfcaaeb0d.zip |
Remove angular pipes module
Diffstat (limited to 'client/src/app/shared/shared-main/users')
-rw-r--r-- | client/src/app/shared/shared-main/users/user-quota.component.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/shared/shared-main/users/user-quota.component.ts b/client/src/app/shared/shared-main/users/user-quota.component.ts index a8f56e4d6..6830ad8fe 100644 --- a/client/src/app/shared/shared-main/users/user-quota.component.ts +++ b/client/src/app/shared/shared-main/users/user-quota.component.ts | |||
@@ -1,8 +1,8 @@ | |||
1 | import { Subject } from 'rxjs' | 1 | import { Subject } from 'rxjs' |
2 | import { BytesPipe } from 'ngx-pipes' | ||
3 | import { Component, Input, OnInit } from '@angular/core' | 2 | import { Component, Input, OnInit } from '@angular/core' |
4 | import { User, UserService } from '@app/core' | 3 | import { User, UserService } from '@app/core' |
5 | import { I18n } from '@ngx-translate/i18n-polyfill' | 4 | import { I18n } from '@ngx-translate/i18n-polyfill' |
5 | import { BytesPipe } from '../angular' | ||
6 | 6 | ||
7 | @Component({ | 7 | @Component({ |
8 | selector: 'my-user-quota', | 8 | selector: 'my-user-quota', |