From 96e7e8235d778605fb934c63b4019d597ab51739 Mon Sep 17 00:00:00 2001 From: taehoon Date: Mon, 25 Feb 2019 23:34:40 -0500 Subject: Migrate UserCard to FollowCard and FollowRequestCard --- src/components/who_to_follow/who_to_follow.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/components/who_to_follow/who_to_follow.js') diff --git a/src/components/who_to_follow/who_to_follow.js b/src/components/who_to_follow/who_to_follow.js index 82098fc2..be0b8827 100644 --- a/src/components/who_to_follow/who_to_follow.js +++ b/src/components/who_to_follow/who_to_follow.js @@ -1,9 +1,9 @@ import apiService from '../../services/api/api.service.js' -import UserCard from '../user_card/user_card.vue' +import FollowCard from '../follow_card/follow_card.vue' const WhoToFollow = { components: { - UserCard + FollowCard }, data () { return { -- cgit v1.2.3-70-g09d2