diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-05-20 14:12:58 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-05-20 14:12:58 +0900 |
| commit | c85caef2d087d9623175f1e73ea7e141c66d2a64 (patch) | |
| tree | fc5bd23e57d8e3f0971367d21d1355d49887332e /src/client/app/mobile/script.ts | |
| parent | Update dependencies :rocket: (diff) | |
| download | sharkey-c85caef2d087d9623175f1e73ea7e141c66d2a64.tar.gz sharkey-c85caef2d087d9623175f1e73ea7e141c66d2a64.tar.bz2 sharkey-c85caef2d087d9623175f1e73ea7e141c66d2a64.zip | |
Clean up
Diffstat (limited to 'src/client/app/mobile/script.ts')
| -rw-r--r-- | src/client/app/mobile/script.ts | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/client/app/mobile/script.ts b/src/client/app/mobile/script.ts index bb02f8bb05..be82ee8624 100644 --- a/src/client/app/mobile/script.ts +++ b/src/client/app/mobile/script.ts @@ -37,7 +37,6 @@ import MkSearch from './views/pages/search.vue'; import MkFollowers from './views/pages/followers.vue'; import MkFollowing from './views/pages/following.vue'; import MkSettings from './views/pages/settings.vue'; -import MkProfileSetting from './views/pages/profile-setting.vue'; import MkOthello from './views/pages/othello.vue'; Vue.use(MdCard); @@ -71,7 +70,6 @@ init((launch) => { { path: '/', name: 'index', component: MkIndex }, { path: '/signup', name: 'signup', component: MkSignup }, { path: '/i/settings', component: MkSettings }, - { path: '/i/settings/profile', component: MkProfileSetting }, { path: '/i/notifications', name: 'notifications', component: MkNotifications }, { path: '/i/widgets', name: 'widgets', component: MkWidgets }, { path: '/i/messaging', name: 'messaging', component: MkMessaging }, |