aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+admin/follows/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/+admin/follows/index.ts')
-rw-r--r--client/src/app/+admin/follows/index.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/client/src/app/+admin/follows/index.ts b/client/src/app/+admin/follows/index.ts
index e94f33710..4fcb35cb1 100644
--- a/client/src/app/+admin/follows/index.ts
+++ b/client/src/app/+admin/follows/index.ts
@@ -1,5 +1,6 @@
1export * from './following-add' 1export * from './following-add'
2export * from './followers-list' 2export * from './followers-list'
3export * from './following-list' 3export * from './following-list'
4export * from './video-redundancies-list'
4export * from './follows.component' 5export * from './follows.component'
5export * from './follows.routes' 6export * from './follows.routes'