diff options
| author | taehoon <th.dev91@gmail.com> | 2019-02-25 07:36:38 -0500 |
|---|---|---|
| committer | taehoon <th.dev91@gmail.com> | 2019-02-28 12:41:20 -0500 |
| commit | bb1fac4bc202c58064ee94d124967db463b3178e (patch) | |
| tree | 6379529db26b86beea347622599ed19e40becd6d /src/components | |
| parent | 080786c9458ba8b9db1ea63732824a3e297e10dc (diff) | |
Remove needless component local registration
Diffstat (limited to 'src/components')
| -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 9f9d43e4..643727de 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 |
