aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+admin/follows/shared/redundancy-checkbox.component.ts
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-09-24 10:40:38 +0200
committerGitHub <noreply@github.com>2018-09-24 10:40:38 +0200
commit6937f26a5e8b17c7a27f267bce2682ab01611f2f (patch)
tree5d9b160e257a2bd116e67c9363b798f422ead44c /client/src/app/+admin/follows/shared/redundancy-checkbox.component.ts
parent01448622992b12318a2fff508e501732b59dd6be (diff)
parent0b4e5fe32708afce54212810738aa4d0c3dc178d (diff)
downloadPeerTube-6937f26a5e8b17c7a27f267bce2682ab01611f2f.tar.gz
PeerTube-6937f26a5e8b17c7a27f267bce2682ab01611f2f.tar.zst
PeerTube-6937f26a5e8b17c7a27f267bce2682ab01611f2f.zip
Merge pull request #1105 from BO41/unused-imports
remove unused imports
Diffstat (limited to 'client/src/app/+admin/follows/shared/redundancy-checkbox.component.ts')
-rw-r--r--client/src/app/+admin/follows/shared/redundancy-checkbox.component.ts6
1 files changed, 0 insertions, 6 deletions
diff --git a/client/src/app/+admin/follows/shared/redundancy-checkbox.component.ts b/client/src/app/+admin/follows/shared/redundancy-checkbox.component.ts
index ff4725e91..6d77a0eb4 100644
--- a/client/src/app/+admin/follows/shared/redundancy-checkbox.component.ts
+++ b/client/src/app/+admin/follows/shared/redundancy-checkbox.component.ts
@@ -1,7 +1,4 @@
1import { Component, Input } from '@angular/core' 1import { Component, Input } from '@angular/core'
2import { AuthService } from '@app/core'
3import { RestExtractor } from '@app/shared/rest'
4import { RedirectService } from '@app/core/routing/redirect.service'
5import { NotificationsService } from 'angular2-notifications' 2import { NotificationsService } from 'angular2-notifications'
6import { I18n } from '@ngx-translate/i18n-polyfill' 3import { I18n } from '@ngx-translate/i18n-polyfill'
7import { RedundancyService } from '@app/+admin/follows/shared/redundancy.service' 4import { RedundancyService } from '@app/+admin/follows/shared/redundancy.service'
@@ -16,9 +13,6 @@ export class RedundancyCheckboxComponent {
16 @Input() host: string 13 @Input() host: string
17 14
18 constructor ( 15 constructor (
19 private authService: AuthService,
20 private restExtractor: RestExtractor,
21 private redirectService: RedirectService,
22 private notificationsService: NotificationsService, 16 private notificationsService: NotificationsService,
23 private redundancyService: RedundancyService, 17 private redundancyService: RedundancyService,
24 private i18n: I18n 18 private i18n: I18n