X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fvideos%2Fshared%2Findex.ts;h=3f14580885b291b750a665962d88cf21a5be7033;hb=fd45e8f43c2638478599ca75632518054461da85;hp=dcaa4e0903a5f471a1fe6f2b6b754c4f922b72ed;hpb=404b54e14f6623c1644a8c87ca22f4bab98d5484;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/videos/shared/index.ts b/client/src/app/videos/shared/index.ts index dcaa4e090..3f1458088 100644 --- a/client/src/app/videos/shared/index.ts +++ b/client/src/app/videos/shared/index.ts @@ -1,6 +1,8 @@ export * from './sort-field.type' +export * from './markdown.service' export * from './video.model' export * from './video-details.model' export * from './video-edit.model' export * from './video.service' +export * from './video-description.component' export * from './video-pagination.model'