aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+admin/follows/followers-list/followers-list.component.ts
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2019-07-25 10:44:21 +0200
committerChocobozzz <me@florianbigard.com>2019-07-25 11:00:45 +0200
commit41b15c892192073828458d007256a9dfdf3bb6fb (patch)
treeacfa791944197742044a85a84d1313db74b8e4f4 /client/src/app/+admin/follows/followers-list/followers-list.component.ts
parent03652b3179b7d3d2959b68318fdc5e00f94eb95f (diff)
downloadPeerTube-41b15c892192073828458d007256a9dfdf3bb6fb.tar.gz
PeerTube-41b15c892192073828458d007256a9dfdf3bb6fb.tar.zst
PeerTube-41b15c892192073828458d007256a9dfdf3bb6fb.zip
Update client dependencies
Diffstat (limited to 'client/src/app/+admin/follows/followers-list/followers-list.component.ts')
-rw-r--r--client/src/app/+admin/follows/followers-list/followers-list.component.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/+admin/follows/followers-list/followers-list.component.ts b/client/src/app/+admin/follows/followers-list/followers-list.component.ts
index e25d9ab66..eb3137e26 100644
--- a/client/src/app/+admin/follows/followers-list/followers-list.component.ts
+++ b/client/src/app/+admin/follows/followers-list/followers-list.component.ts
@@ -1,6 +1,6 @@
1import { Component, OnInit } from '@angular/core' 1import { Component, OnInit } from '@angular/core'
2import { ConfirmService, Notifier } from '@app/core' 2import { ConfirmService, Notifier } from '@app/core'
3import { SortMeta } from 'primeng/primeng' 3import { SortMeta } from 'primeng/api'
4import { ActorFollow } from '../../../../../../shared/models/actors/follow.model' 4import { ActorFollow } from '../../../../../../shared/models/actors/follow.model'
5import { RestPagination, RestTable } from '../../../shared' 5import { RestPagination, RestTable } from '../../../shared'
6import { FollowService } from '@app/shared/instance/follow.service' 6import { FollowService } from '@app/shared/instance/follow.service'