diff --git a/src/views/UserProfileViews/MyCommunitiesView.vue b/src/views/UserProfileViews/MyCommunitiesView.vue index 18a7009eb656d5ec0f3bb0d4ccc38eb23fb45d88..1c3d2f354fd54572a1a0ea2d327a3c275818f566 100644 --- a/src/views/UserProfileViews/MyCommunitiesView.vue +++ b/src/views/UserProfileViews/MyCommunitiesView.vue @@ -25,6 +25,7 @@ import CommunityList from "@/components/CommunityComponents/CommunityList.vue"; import CommunityService from "@/services/community.service"; import { UserAddIcon } from "@heroicons/vue/outline"; +import LoaderSpinner from "@/components/BaseComponents/LoaderSpinner" export default { data() { @@ -36,6 +37,7 @@ export default { components: { CommunityList, UserAddIcon, + LoaderSpinner, }, async beforeCreate() { this.loading = true;