From 3ab42efbc3534c732446f8ee1b8cb9fef4bf7f69 Mon Sep 17 00:00:00 2001 From: taehoon Date: Mon, 25 Feb 2019 16:30:45 -0500 Subject: [PATCH] Remove unused component local registration --- src/components/timeline/timeline.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/components/timeline/timeline.js b/src/components/timeline/timeline.js index 62536bc5..d986663e 100644 --- a/src/components/timeline/timeline.js +++ b/src/components/timeline/timeline.js @@ -1,7 +1,6 @@ import Status from '../status/status.vue' import timelineFetcher from '../../services/timeline_fetcher/timeline_fetcher.service.js' import StatusOrConversation from '../status_or_conversation/status_or_conversation.vue' -import UserCard from '../user_card/user_card.vue' import { throttle } from 'lodash' const Timeline = { @@ -44,8 +43,7 @@ const Timeline = { }, components: { Status, - StatusOrConversation, - UserCard + StatusOrConversation }, created () { const store = this.$store