diff options
| author | shpuld <shp@cock.li> | 2019-02-03 11:58:49 +0200 |
|---|---|---|
| committer | shpuld <shp@cock.li> | 2019-02-03 11:58:49 +0200 |
| commit | 18ae7bd5f366598d46a65e9da1312c98f7bb00e7 (patch) | |
| tree | b876f85bc711b21b2d77d8db49454755f1f1fbb0 /src/components/user_profile/user_profile.js | |
| parent | b614cb94e502f3491afd07e5bcb785ad122cf100 (diff) | |
Combine friends/followers
Diffstat (limited to 'src/components/user_profile/user_profile.js')
| -rw-r--r-- | src/components/user_profile/user_profile.js | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/components/user_profile/user_profile.js b/src/components/user_profile/user_profile.js index 0361d253..7b0ab705 100644 --- a/src/components/user_profile/user_profile.js +++ b/src/components/user_profile/user_profile.js @@ -1,8 +1,7 @@ import UserCardContent from '../user_card_content/user_card_content.vue' import UserCard from '../user_card/user_card.vue' import Timeline from '../timeline/timeline.vue' -import FriendsList from '../friends_list/friends_list.vue' -import FollowersList from '../followers_list/followers_list.vue' +import FollowList from '../follow_list/follow_list.vue' const UserProfile = { created () { @@ -102,8 +101,7 @@ const UserProfile = { UserCardContent, UserCard, Timeline, - FriendsList, - FollowersList + FollowList } } |
