From a63ec05e41e98f30c011f7efd3e67bc58f7a978c Mon Sep 17 00:00:00 2001 From: syuilo Date: Tue, 13 Nov 2018 23:06:31 +0900 Subject: [Client] Some optimizations --- src/client/app/common/views/components/index.ts | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/client/app/common') 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); -- cgit v1.2.3-freya