X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fvideos%2Fvideo-list%2Findex.ts;h=b367110ae5bad85764af7c72ca36fc850cca6ce8;hb=ba430d7516bc5b1324b60571ba7594460969b7fb;hp=5f7c8bd48e334da2b1e6b8c1fecb7a534bf7c36f;hpb=57c36b277e68b764dd34cb2e449f6e2ca3d1e9b6;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/videos/video-list/index.ts b/client/src/app/videos/video-list/index.ts index 5f7c8bd48..b367110ae 100644 --- a/client/src/app/videos/video-list/index.ts +++ b/client/src/app/videos/video-list/index.ts @@ -1,3 +1,4 @@ export * from './video-local.component' export * from './video-recently-added.component' export * from './video-trending.component' +export * from './video-most-liked.component'