aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/videos/shared/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/videos/shared/index.ts')
-rw-r--r--client/src/app/videos/shared/index.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/client/src/app/videos/shared/index.ts b/client/src/app/videos/shared/index.ts
index 97d795321..8168e3bfd 100644
--- a/client/src/app/videos/shared/index.ts
+++ b/client/src/app/videos/shared/index.ts
@@ -1,3 +1,4 @@
1export * from './sort-field.type' 1export * from './sort-field.type'
2export * from './video.model' 2export * from './video.model'
3export * from './video.service' 3export * from './video.service'
4export * from './video-pagination.model'