From 7dcea49be74784132469e027845fc68557aa8dd4 Mon Sep 17 00:00:00 2001 From: syuilo Date: Sun, 27 Jan 2019 13:29:53 +0900 Subject: Refactoring --- src/client/app/desktop/views/components/index.ts | 2 - .../app/desktop/views/components/media-image.vue | 81 ---------------------- 2 files changed, 83 deletions(-) delete mode 100644 src/client/app/desktop/views/components/media-image.vue (limited to 'src/client/app/desktop/views/components') diff --git a/src/client/app/desktop/views/components/index.ts b/src/client/app/desktop/views/components/index.ts index 8ea2b602db..2edc8117a8 100644 --- a/src/client/app/desktop/views/components/index.ts +++ b/src/client/app/desktop/views/components/index.ts @@ -9,7 +9,6 @@ import subNoteContent from './sub-note-content.vue'; import window from './window.vue'; import noteFormWindow from './post-form-window.vue'; import renoteFormWindow from './renote-form-window.vue'; -import mediaImage from './media-image.vue'; import mediaVideo from './media-video.vue'; import notifications from './notifications.vue'; import noteForm from './post-form.vue'; @@ -32,7 +31,6 @@ Vue.component('mk-sub-note-content', subNoteContent); Vue.component('mk-window', window); Vue.component('mk-post-form-window', noteFormWindow); Vue.component('mk-renote-form-window', renoteFormWindow); -Vue.component('mk-media-image', mediaImage); Vue.component('mk-media-video', mediaVideo); Vue.component('mk-notifications', notifications); Vue.component('mk-post-form', noteForm); diff --git a/src/client/app/desktop/views/components/media-image.vue b/src/client/app/desktop/views/components/media-image.vue deleted file mode 100644 index 446e500939..0000000000 --- a/src/client/app/desktop/views/components/media-image.vue +++ /dev/null @@ -1,81 +0,0 @@ - - - - - -- cgit v1.3.1-freya