From daba688f461be0c35b5501e799be66ec375dbae1 Mon Sep 17 00:00:00 2001 From: taehoon Date: Tue, 30 Apr 2019 11:50:57 -0400 Subject: [PATCH] remove needless importing --- src/components/user_profile/user_profile.js | 1 - 1 file changed, 1 deletion(-) 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'