aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/admin/friends/index.ts
diff options
context:
space:
mode:
authorChocobozzz <florian.bigard@gmail.com>2016-08-21 10:41:21 +0200
committerChocobozzz <florian.bigard@gmail.com>2016-08-21 10:41:21 +0200
commite105c19c8ebe56b6828ba82948895ad0ca71d8c2 (patch)
tree75509eaf6df4b70fc8d58f6b8d451147edb3f790 /client/src/app/admin/friends/index.ts
parentd57d6f2605f4ac4a81f9a8594433bb7b65f108b9 (diff)
downloadPeerTube-e105c19c8ebe56b6828ba82948895ad0ca71d8c2.tar.gz
PeerTube-e105c19c8ebe56b6828ba82948895ad0ca71d8c2.tar.zst
PeerTube-e105c19c8ebe56b6828ba82948895ad0ca71d8c2.zip
Client: support the new make friends method
Diffstat (limited to 'client/src/app/admin/friends/index.ts')
-rw-r--r--client/src/app/admin/friends/index.ts3
1 files changed, 2 insertions, 1 deletions
diff --git a/client/src/app/admin/friends/index.ts b/client/src/app/admin/friends/index.ts
index 01aeedeee..f3110e31d 100644
--- a/client/src/app/admin/friends/index.ts
+++ b/client/src/app/admin/friends/index.ts
@@ -1,3 +1,4 @@
1export * from './shared'; 1export * from './friend-add';
2export * from './friend-list'; 2export * from './friend-list';
3export * from './shared';
3export * from './friends.routes'; 4export * from './friends.routes';