Skip to content
Snippets Groups Projects
Commit 3ab42efb authored by Tae Hoon's avatar Tae Hoon
Browse files

Remove unused component local registration

parent 3f9fd07f
Branches
No related tags found
No related merge requests found
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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment