summaryrefslogtreecommitdiff
path: root/src/client/app/common
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2018-11-13 23:06:31 +0900
committersyuilo <syuilotan@yahoo.co.jp>2018-11-13 23:06:31 +0900
commita63ec05e41e98f30c011f7efd3e67bc58f7a978c (patch)
tree0939e10de1f70674c6aeee7c618daf473386097f /src/client/app/common
parent[Client] Fix bug (diff)
downloadmisskey-a63ec05e41e98f30c011f7efd3e67bc58f7a978c.tar.gz
misskey-a63ec05e41e98f30c011f7efd3e67bc58f7a978c.tar.bz2
misskey-a63ec05e41e98f30c011f7efd3e67bc58f7a978c.zip
[Client] Some optimizations
Diffstat (limited to 'src/client/app/common')
-rw-r--r--src/client/app/common/views/components/index.ts2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/client/app/common/views/components/index.ts b/src/client/app/common/views/components/index.ts
index 071c31a0d5..fa497cc605 100644
--- a/src/client/app/common/views/components/index.ts
+++ b/src/client/app/common/views/components/index.ts
@@ -5,7 +5,6 @@ import muteAndBlock from './mute-and-block.vue';
import error from './error.vue';
import apiSettings from './api-settings.vue';
import passwordSettings from './password-settings.vue';
-import driveSettings from './drive-settings.vue';
import profileEditor from './profile-editor.vue';
import noteSkeleton from './note-skeleton.vue';
import theme from './theme.vue';
@@ -57,7 +56,6 @@ Vue.component('mk-mute-and-block', muteAndBlock);
Vue.component('mk-error', error);
Vue.component('mk-api-settings', apiSettings);
Vue.component('mk-password-settings', passwordSettings);
-Vue.component('mk-drive-settings', driveSettings);
Vue.component('mk-profile-editor', profileEditor);
Vue.component('mk-note-skeleton', noteSkeleton);
Vue.component('mk-theme', theme);