From 404b54e14f6623c1644a8c87ca22f4bab98d5484 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 25 Oct 2017 16:43:19 +0200 Subject: Adapt client with video channels --- client/src/app/videos/shared/index.ts | 2 ++ 1 file changed, 2 insertions(+) (limited to 'client/src/app/videos/shared/index.ts') diff --git a/client/src/app/videos/shared/index.ts b/client/src/app/videos/shared/index.ts index 8168e3bfd..dcaa4e090 100644 --- a/client/src/app/videos/shared/index.ts +++ b/client/src/app/videos/shared/index.ts @@ -1,4 +1,6 @@ export * from './sort-field.type' export * from './video.model' +export * from './video-details.model' +export * from './video-edit.model' export * from './video.service' export * from './video-pagination.model' -- cgit v1.2.3