aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+videos/video-list/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/+videos/video-list/index.ts')
-rw-r--r--client/src/app/+videos/video-list/index.ts3
1 files changed, 1 insertions, 2 deletions
diff --git a/client/src/app/+videos/video-list/index.ts b/client/src/app/+videos/video-list/index.ts
index af1bd58b7..dc27e29e2 100644
--- a/client/src/app/+videos/video-list/index.ts
+++ b/client/src/app/+videos/video-list/index.ts
@@ -1,5 +1,4 @@
1export * from './overview' 1export * from './overview'
2export * from './trending'
2export * from './video-local.component' 3export * from './video-local.component'
3export * from './video-recently-added.component' 4export * from './video-recently-added.component'
4export * from './video-trending.component'
5export * from './video-most-liked.component'