diff --git a/webapp/components/features/FollowList/FollowList.spec.js b/webapp/components/features/ProfileList/FollowList.spec.js similarity index 100% rename from webapp/components/features/FollowList/FollowList.spec.js rename to webapp/components/features/ProfileList/FollowList.spec.js diff --git a/webapp/components/features/FollowList/FollowList.story.js b/webapp/components/features/ProfileList/FollowList.story.js similarity index 100% rename from webapp/components/features/FollowList/FollowList.story.js rename to webapp/components/features/ProfileList/FollowList.story.js diff --git a/webapp/components/features/FollowList/FollowList.story.json b/webapp/components/features/ProfileList/FollowList.story.json similarity index 100% rename from webapp/components/features/FollowList/FollowList.story.json rename to webapp/components/features/ProfileList/FollowList.story.json diff --git a/webapp/components/features/FollowList/FollowList.vue b/webapp/components/features/ProfileList/FollowList.vue similarity index 100% rename from webapp/components/features/FollowList/FollowList.vue rename to webapp/components/features/ProfileList/FollowList.vue diff --git a/webapp/pages/profile/_id/_slug.vue b/webapp/pages/profile/_id/_slug.vue index bfb7adf0d..c4945db45 100644 --- a/webapp/pages/profile/_id/_slug.vue +++ b/webapp/pages/profile/_id/_slug.vue @@ -175,7 +175,7 @@ import PostTeaser from '~/components/PostTeaser/PostTeaser.vue' import HcFollowButton from '~/components/FollowButton.vue' import HcCountTo from '~/components/CountTo.vue' import HcBadges from '~/components/Badges.vue' -import FollowList from '~/components/features/FollowList/FollowList' +import FollowList from '~/components/features/ProfileList/FollowList' import HcEmpty from '~/components/Empty/Empty' import ContentMenu from '~/components/ContentMenu/ContentMenu' import AvatarUploader from '~/components/Uploader/AvatarUploader'