diff options
Diffstat (limited to 'client/app/videos/shared/index.ts')
-rw-r--r-- | client/app/videos/shared/index.ts | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/client/app/videos/shared/index.ts b/client/app/videos/shared/index.ts new file mode 100644 index 000000000..c535c46fc --- /dev/null +++ b/client/app/videos/shared/index.ts | |||
@@ -0,0 +1,5 @@ | |||
1 | export * from './loader/index'; | ||
2 | export * from './pagination.model'; | ||
3 | export * from './sort-field.type'; | ||
4 | export * from './video.model'; | ||
5 | export * from './video.service'; | ||