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.ts5
1 files changed, 5 insertions, 0 deletions
diff --git a/client/src/app/+videos/video-list/index.ts b/client/src/app/+videos/video-list/index.ts
new file mode 100644
index 000000000..af1bd58b7
--- /dev/null
+++ b/client/src/app/+videos/video-list/index.ts
@@ -0,0 +1,5 @@
1export * from './overview'
2export * from './video-local.component'
3export * from './video-recently-added.component'
4export * from './video-trending.component'
5export * from './video-most-liked.component'