From 33e79e4bb88ea047001b656d75fe63aa2bdcf4cb Mon Sep 17 00:00:00 2001 From: syuilo Date: Mon, 12 Nov 2018 05:35:09 +0900 Subject: [Client] Split some components to reduce bundle size --- src/client/app/desktop/views/components/index.ts | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/client/app/desktop/views/components/index.ts') diff --git a/src/client/app/desktop/views/components/index.ts b/src/client/app/desktop/views/components/index.ts index 2478f75ac4..6d516c118a 100644 --- a/src/client/app/desktop/views/components/index.ts +++ b/src/client/app/desktop/views/components/index.ts @@ -16,7 +16,6 @@ import noteForm from './post-form.vue'; import renoteForm from './renote-form.vue'; import followButton from './follow-button.vue'; import notePreview from './note-preview.vue'; -import drive from './drive.vue'; import noteDetail from './note-detail.vue'; import settings from './settings.vue'; import calendar from './calendar.vue'; @@ -42,7 +41,6 @@ Vue.component('mk-post-form', noteForm); Vue.component('mk-renote-form', renoteForm); Vue.component('mk-follow-button', followButton); Vue.component('mk-note-preview', notePreview); -Vue.component('mk-drive', drive); Vue.component('mk-note-detail', noteDetail); Vue.component('mk-settings', settings); Vue.component('mk-calendar', calendar); -- cgit v1.2.3-freya