diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-11-12 05:35:09 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-11-12 05:35:09 +0900 |
| commit | 33e79e4bb88ea047001b656d75fe63aa2bdcf4cb (patch) | |
| tree | c458a38a69a13ac18399dae0308a02f4b34ad9d9 /src/client/app/desktop/views/components/index.ts | |
| parent | [Client] Stop generate scripts for each languages (diff) | |
| download | sharkey-33e79e4bb88ea047001b656d75fe63aa2bdcf4cb.tar.gz sharkey-33e79e4bb88ea047001b656d75fe63aa2bdcf4cb.tar.bz2 sharkey-33e79e4bb88ea047001b656d75fe63aa2bdcf4cb.zip | |
[Client] Split some components to reduce bundle size
Diffstat (limited to 'src/client/app/desktop/views/components/index.ts')
| -rw-r--r-- | src/client/app/desktop/views/components/index.ts | 2 |
1 files changed, 0 insertions, 2 deletions
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); |