diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-02-22 17:51:08 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-02-22 17:51:08 +0900 |
| commit | f2fbf7f818ef244008cf8cafb3b1baba0496183e (patch) | |
| tree | 5124df39b19f5cb9f26cc90fe511f06b03e55b18 /src/web/app/desktop | |
| parent | wip (diff) | |
| download | misskey-f2fbf7f818ef244008cf8cafb3b1baba0496183e.tar.gz misskey-f2fbf7f818ef244008cf8cafb3b1baba0496183e.tar.bz2 misskey-f2fbf7f818ef244008cf8cafb3b1baba0496183e.zip | |
wip
Diffstat (limited to 'src/web/app/desktop')
| -rw-r--r-- | src/web/app/desktop/views/components/index.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/web/app/desktop/views/components/index.ts b/src/web/app/desktop/views/components/index.ts index 3bcfc2fdda..0e46291720 100644 --- a/src/web/app/desktop/views/components/index.ts +++ b/src/web/app/desktop/views/components/index.ts @@ -26,6 +26,7 @@ import postDetail from './post-detail.vue'; import settings from './settings.vue'; import calendar from './calendar.vue'; import activity from './activity.vue'; +import friendsMaker from './friends-maker.vue'; import wNav from './widgets/nav.vue'; import wCalendar from './widgets/calendar.vue'; import wPhotoStream from './widgets/photo-stream.vue'; @@ -74,6 +75,7 @@ Vue.component('mk-post-detail', postDetail); Vue.component('mk-settings', settings); Vue.component('mk-calendar', calendar); Vue.component('mk-activity', activity); +Vue.component('mk-friends-maker', friendsMaker); Vue.component('mkw-nav', wNav); Vue.component('mkw-calendar', wCalendar); Vue.component('mkw-photo-stream', wPhotoStream); |