aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortaehoon <th.dev91@gmail.com>2019-04-30 11:50:57 -0400
committertaehoon <th.dev91@gmail.com>2019-05-15 12:04:26 -0400
commitdaba688f461be0c35b5501e799be66ec375dbae1 (patch)
tree1b0b853dbe9e925cee6a865b025760f1f3a71539
parentf68653d0dd0b374aa28eca35b424b6c834c701d6 (diff)
remove needless importing
-rw-r--r--src/components/user_profile/user_profile.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/components/user_profile/user_profile.js b/src/components/user_profile/user_profile.js
index 8d660780..eab330e7 100644
--- a/src/components/user_profile/user_profile.js
+++ b/src/components/user_profile/user_profile.js
@@ -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'