aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/videos/video-list/index.ts
diff options
context:
space:
mode:
authorJulien Maulny <julien.maulny@protonmail.com>2019-10-01 23:11:53 +0200
committerChocobozzz <chocobozzz@cpy.re>2019-10-18 14:04:10 +0200
commitc07eb946531dd190ae50624832e1147c8ccf3692 (patch)
treec379da4a1e63a3d4a0a19a5832650fe4aa85b8e2 /client/src/app/videos/video-list/index.ts
parentfff2183df6129362ad50941d4d1979d4aa292801 (diff)
downloadPeerTube-c07eb946531dd190ae50624832e1147c8ccf3692.tar.gz
PeerTube-c07eb946531dd190ae50624832e1147c8ccf3692.tar.zst
PeerTube-c07eb946531dd190ae50624832e1147c8ccf3692.zip
Add 'Most liked videos' page
Diffstat (limited to 'client/src/app/videos/video-list/index.ts')
-rw-r--r--client/src/app/videos/video-list/index.ts1
1 files changed, 1 insertions, 0 deletions
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 @@
1export * from './video-local.component' 1export * from './video-local.component'
2export * from './video-recently-added.component' 2export * from './video-recently-added.component'
3export * from './video-trending.component' 3export * from './video-trending.component'
4export * from './video-most-liked.component'