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, 1 insertions, 1 deletions
diff --git a/client/src/app/videos/index.ts b/client/src/app/videos/index.ts
index ca386a51d..5158a23f8 100644
--- a/client/src/app/videos/index.ts
+++ b/client/src/app/videos/index.ts
@@ -1,5 +1,5 @@
1export * from './shared'; 1export * from './shared';
2export * from './video-add'; 2export * from './video-edit';
3export * from './video-list'; 3export * from './video-list';
4export * from './video-watch'; 4export * from './video-watch';
5export * from './videos-routing.module'; 5export * from './videos-routing.module';