From bb1fac4bc202c58064ee94d124967db463b3178e Mon Sep 17 00:00:00 2001 From: taehoon Date: Mon, 25 Feb 2019 07:36:38 -0500 Subject: [PATCH] Remove needless component local registration --- 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 9f9d43e4ad..643727de07 100644 --- a/src/components/user_profile/user_profile.js +++ b/src/components/user_profile/user_profile.js @@ -145,7 +145,6 @@ const UserProfile = { }, components: { UserCardContent, - UserCard, Timeline, FollowerList, FriendList