Renamed folder 'FollowList' to 'ProfileList'

This commit is contained in:
Wolfgang Huß 2022-09-12 07:32:18 +02:00
parent ee026a3e15
commit a9376cb979
5 changed files with 1 additions and 1 deletions

View File

@ -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'