aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/core/confirm/confirm.component.ts
diff options
context:
space:
mode:
authorBO41 <lukasw41@gmail.com>2018-09-22 20:11:16 +0200
committerBO41 <lukasw41@gmail.com>2018-09-22 20:11:16 +0200
commit23db998f07d674c621972a769df73203b14e093a (patch)
tree6ecb88dc98bdbe69e113e4841d05aec34d6d0491 /client/src/app/core/confirm/confirm.component.ts
parent9fe4406794aaa4503d090ca4bfe6872b4e556178 (diff)
downloadPeerTube-23db998f07d674c621972a769df73203b14e093a.tar.gz
PeerTube-23db998f07d674c621972a769df73203b14e093a.tar.zst
PeerTube-23db998f07d674c621972a769df73203b14e093a.zip
remove unused imports
Diffstat (limited to 'client/src/app/core/confirm/confirm.component.ts')
-rw-r--r--client/src/app/core/confirm/confirm.component.ts4
1 files changed, 1 insertions, 3 deletions
diff --git a/client/src/app/core/confirm/confirm.component.ts b/client/src/app/core/confirm/confirm.component.ts
index 0d18c38e8..5138b7848 100644
--- a/client/src/app/core/confirm/confirm.component.ts
+++ b/client/src/app/core/confirm/confirm.component.ts
@@ -26,9 +26,7 @@ export class ConfirmComponent implements OnInit {
26 private modalService: NgbModal, 26 private modalService: NgbModal,
27 private confirmService: ConfirmService, 27 private confirmService: ConfirmService,
28 private i18n: I18n 28 private i18n: I18n
29 ) { 29 ) { }
30 // Empty
31 }
32 30
33 ngOnInit () { 31 ngOnInit () {
34 this.confirmService.showConfirm.subscribe( 32 this.confirmService.showConfirm.subscribe(