feat(front): remove popular groups and online events from homepage. closes #1527

This commit is contained in:
setop 2024-09-09 16:21:17 +02:00
parent 815bd8e2f9
commit 18c78b81cb

View file

@ -146,8 +146,6 @@
:userLocation="userLocation"
:doingGeoloc="doingGeoloc"
/>
<CloseGroups :userLocation="userLocation" @doGeoLoc="performGeoLocation()" />
<OnlineEvents />
</template>
<script lang="ts" setup>
@ -163,9 +161,6 @@ import RouteName from "../router/name";
import { IEvent } from "../types/event.model";
// import { IFollowedGroupEvent } from "../types/followedGroupEvent.model";
import CloseEvents from "@/components/Local/CloseEvents.vue";
import CloseGroups from "@/components/Local/CloseGroups.vue";
// import LastEvents from "@/components/Local/LastEvents.vue";
import OnlineEvents from "@/components/Local/OnlineEvents.vue";
import {
computed,
onMounted,