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, 1 insertions, 3 deletions
diff --git a/src/components/who_to_follow/who_to_follow.js b/src/components/who_to_follow/who_to_follow.js index 9b100334..be0b8827 100644 --- a/src/components/who_to_follow/who_to_follow.js +++ b/src/components/who_to_follow/who_to_follow.js @@ -1,11 +1,9 @@ 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, - List + FollowCard }, data () { return { |
