diff options
Diffstat (limited to 'src/components/who_to_follow/who_to_follow.js')
| -rw-r--r-- | src/components/who_to_follow/who_to_follow.js | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/components/who_to_follow/who_to_follow.js b/src/components/who_to_follow/who_to_follow.js index be0b8827..9b100334 100644 --- a/src/components/who_to_follow/who_to_follow.js +++ b/src/components/who_to_follow/who_to_follow.js @@ -1,9 +1,11 @@ import apiService from '../../services/api/api.service.js' import FollowCard from '../follow_card/follow_card.vue' +import List from '../list/list.vue' const WhoToFollow = { components: { - FollowCard + FollowCard, + List }, data () { return { |
