aboutsummaryrefslogtreecommitdiffhomepage
path: root/shared/models/redundancy/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'shared/models/redundancy/index.ts')
-rw-r--r--shared/models/redundancy/index.ts3
1 files changed, 2 insertions, 1 deletions
diff --git a/shared/models/redundancy/index.ts b/shared/models/redundancy/index.ts
index 649cc489f..641a5d625 100644
--- a/shared/models/redundancy/index.ts
+++ b/shared/models/redundancy/index.ts
@@ -1,3 +1,4 @@
1export * from './videos-redundancy-strategy.model'
2export * from './video-redundancies-filters.model' 1export * from './video-redundancies-filters.model'
2export * from './video-redundancy-config-filter.type'
3export * from './video-redundancy.model' 3export * from './video-redundancy.model'
4export * from './videos-redundancy-strategy.model'