aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/videos/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/videos/index.ts')
-rw-r--r--client/src/app/videos/index.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/client/src/app/videos/index.ts b/client/src/app/videos/index.ts
index 9a92fa57a..a9088a907 100644
--- a/client/src/app/videos/index.ts
+++ b/client/src/app/videos/index.ts
@@ -2,3 +2,5 @@ export * from './shared';
2export * from './video-add'; 2export * from './video-add';
3export * from './video-list'; 3export * from './video-list';
4export * from './video-watch'; 4export * from './video-watch';
5export * from './videos.component';
6export * from './videos.routes';