diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-05-29 14:42:29 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-05-29 14:42:29 +0900 |
| commit | da52f980c4e3cca48d0da47903cc8b6b5e12949e (patch) | |
| tree | 30d50173fd0230610c6709bd100ac104c2120fba /src/client/app/mobile/script.ts | |
| parent | :art: (diff) | |
| download | sharkey-da52f980c4e3cca48d0da47903cc8b6b5e12949e.tar.gz sharkey-da52f980c4e3cca48d0da47903cc8b6b5e12949e.tar.bz2 sharkey-da52f980c4e3cca48d0da47903cc8b6b5e12949e.zip | |
:v:
Diffstat (limited to 'src/client/app/mobile/script.ts')
| -rw-r--r-- | src/client/app/mobile/script.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client/app/mobile/script.ts b/src/client/app/mobile/script.ts index 5418aac090..4c3d8fc3bd 100644 --- a/src/client/app/mobile/script.ts +++ b/src/client/app/mobile/script.ts @@ -36,6 +36,7 @@ import MkNote from './views/pages/note.vue'; import MkSearch from './views/pages/search.vue'; import MkFollowers from './views/pages/followers.vue'; import MkFollowing from './views/pages/following.vue'; +import MkFavorites from './views/pages/favorites.vue'; import MkSettings from './views/pages/settings.vue'; import MkOthello from './views/pages/othello.vue'; @@ -72,6 +73,7 @@ init((launch) => { { path: '/signup', name: 'signup', component: MkSignup }, { path: '/i/settings', name: 'settings', component: MkSettings }, { path: '/i/notifications', name: 'notifications', component: MkNotifications }, + { path: '/i/favorites', name: 'favorites', component: MkFavorites }, { path: '/i/widgets', name: 'widgets', component: MkWidgets }, { path: '/i/messaging', name: 'messaging', component: MkMessaging }, { path: '/i/messaging/:user', component: MkMessagingRoom }, |