Newer
Older
<!-- A list conatining all the communities -->
<p
v-if="!communities.length"
class="flex place-content-center text-gray-400 mt-8"
>
<CommunityListItem
:community="community"
:member="member"
class="border-black"
/>
import CommunityListItem from "@/components/CommunityComponents/CommunityListItem.vue";