diff options
Diffstat (limited to 'client/src/app/videos/index.ts')
-rw-r--r-- | client/src/app/videos/index.ts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/client/src/app/videos/index.ts b/client/src/app/videos/index.ts new file mode 100644 index 000000000..9a92fa57a --- /dev/null +++ b/client/src/app/videos/index.ts | |||
@@ -0,0 +1,4 @@ | |||
1 | export * from './shared'; | ||
2 | export * from './video-add'; | ||
3 | export * from './video-list'; | ||
4 | export * from './video-watch'; | ||