diff options
| author | taehoon <th.dev91@gmail.com> | 2019-02-25 16:30:45 -0500 |
|---|---|---|
| committer | taehoon <th.dev91@gmail.com> | 2019-02-28 12:41:20 -0500 |
| commit | 3ab42efbc3534c732446f8ee1b8cb9fef4bf7f69 (patch) | |
| tree | ba8eea993286fa4c9222301527a5717c0db6b544 /src | |
| parent | 3f9fd07f93b470f59a90abc3ee914d03a11efb87 (diff) | |
Remove unused component local registration
Diffstat (limited to 'src')
| -rw-r--r-- | src/components/timeline/timeline.js | 4 |
1 files changed, 1 insertions, 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 |
