summaryrefslogtreecommitdiff
path: root/src/web/app/mobile/views/components/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/web/app/mobile/views/components/index.ts')
-rw-r--r--src/web/app/mobile/views/components/index.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/web/app/mobile/views/components/index.ts b/src/web/app/mobile/views/components/index.ts
index 739bfda17d..f2c8ddf3e5 100644
--- a/src/web/app/mobile/views/components/index.ts
+++ b/src/web/app/mobile/views/components/index.ts
@@ -12,6 +12,7 @@ import postCard from './post-card.vue';
import userCard from './user-card.vue';
import postDetail from './post-detail.vue';
import followButton from './follow-button.vue';
+import friendsMaker from './friends-maker.vue';
Vue.component('mk-ui', ui);
Vue.component('mk-home', home);
@@ -25,3 +26,4 @@ Vue.component('mk-post-card', postCard);
Vue.component('mk-user-card', userCard);
Vue.component('mk-post-detail', postDetail);
Vue.component('mk-follow-button', followButton);
+Vue.component('mk-friends-maker', friendsMaker);