X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fvideos%2Fvideo-list%2Findex.ts;h=5e7c7886ceb619989bac4dd8fb785d106b6e64f9;hb=fc62e39c0b5d20b19916b2880a0f9a110fcc02e5;hp=a5a60364acb37d31ba872013afd8ae1e8bb55c3e;hpb=9bf9d2a5c223bf006496ae7adf0c0bd7a7975108;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 a5a60364a..5e7c7886c 100644 --- a/client/src/app/videos/video-list/index.ts +++ b/client/src/app/videos/video-list/index.ts @@ -1,4 +1,3 @@ -export * from './my-videos.component' export * from './video-recently-added.component' export * from './video-trending.component' -export * from './shared' +export * from './video-search.component'