aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+admin/follows/index.ts
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2021-10-29 11:33:28 +0200
committerChocobozzz <me@florianbigard.com>2021-10-29 11:52:58 +0200
commiteeae81428e933b923dc9d9b6c9ce5c9fcf0de1a7 (patch)
tree0c444d0c13df141ec7095fc141997a2b847c31d8 /client/src/app/+admin/follows/index.ts
parent3c10840fa90fc88fc98e8169faf4745ff6c80893 (diff)
downloadPeerTube-eeae81428e933b923dc9d9b6c9ce5c9fcf0de1a7.tar.gz
PeerTube-eeae81428e933b923dc9d9b6c9ce5c9fcf0de1a7.tar.zst
PeerTube-eeae81428e933b923dc9d9b6c9ce5c9fcf0de1a7.zip
Remove useless components
Diffstat (limited to 'client/src/app/+admin/follows/index.ts')
-rw-r--r--client/src/app/+admin/follows/index.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/client/src/app/+admin/follows/index.ts b/client/src/app/+admin/follows/index.ts
index 285955468..b52ec7e8c 100644
--- a/client/src/app/+admin/follows/index.ts
+++ b/client/src/app/+admin/follows/index.ts
@@ -1,5 +1,4 @@
1export * from './followers-list' 1export * from './followers-list'
2export * from './following-list' 2export * from './following-list'
3export * from './video-redundancies-list' 3export * from './video-redundancies-list'
4export * from './follows.component'
5export * from './follows.routes' 4export * from './follows.routes'