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, 3 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..1f6d6a4e7
--- /dev/null
+++ b/client/src/app/videos/video-list/index.ts
@@ -0,0 +1,3 @@
1export * from './video-list.component';
2export * from './video-miniature.component';
3export * from './video-sort.component';