From c85caef2d087d9623175f1e73ea7e141c66d2a64 Mon Sep 17 00:00:00 2001 From: syuilo Date: Sun, 20 May 2018 14:12:58 +0900 Subject: [PATCH] Clean up --- src/client/app/mobile/script.ts | 2 - .../mobile/views/pages/profile-setting.vue | 225 ------------------ 2 files changed, 227 deletions(-) delete mode 100644 src/client/app/mobile/views/pages/profile-setting.vue diff --git a/src/client/app/mobile/script.ts b/src/client/app/mobile/script.ts index bb02f8bb0..be82ee862 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 }, diff --git a/src/client/app/mobile/views/pages/profile-setting.vue b/src/client/app/mobile/views/pages/profile-setting.vue deleted file mode 100644 index 7048cdef3..000000000 --- a/src/client/app/mobile/views/pages/profile-setting.vue +++ /dev/null @@ -1,225 +0,0 @@ - - - - -