remove needless importing

This commit is contained in:
taehoon 2019-04-30 11:50:57 -04:00
parent f68653d0dd
commit daba688f46
1 changed files with 0 additions and 1 deletions

View File

@ -1,5 +1,4 @@
import get from 'lodash/get'
import filter from 'lodash/filter'
import UserCard from '../user_card/user_card.vue'
import FollowCard from '../follow_card/follow_card.vue'
import Timeline from '../timeline/timeline.vue'