diff options
| author | taehoon <th.dev91@gmail.com> | 2019-04-30 11:50:57 -0400 |
|---|---|---|
| committer | taehoon <th.dev91@gmail.com> | 2019-05-15 12:04:26 -0400 |
| commit | daba688f461be0c35b5501e799be66ec375dbae1 (patch) | |
| tree | 1b0b853dbe9e925cee6a865b025760f1f3a71539 /src/components/user_profile/user_profile.js | |
| parent | f68653d0dd0b374aa28eca35b424b6c834c701d6 (diff) | |
remove needless importing
Diffstat (limited to 'src/components/user_profile/user_profile.js')
| -rw-r--r-- | src/components/user_profile/user_profile.js | 1 |
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' |
