feat(front): remove popular groups and online events from homepage. closes #1527
This commit is contained in:
@@ -146,8 +146,6 @@
|
|||||||
:userLocation="userLocation"
|
:userLocation="userLocation"
|
||||||
:doingGeoloc="doingGeoloc"
|
:doingGeoloc="doingGeoloc"
|
||||||
/>
|
/>
|
||||||
<CloseGroups :userLocation="userLocation" @doGeoLoc="performGeoLocation()" />
|
|
||||||
<OnlineEvents />
|
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script lang="ts" setup>
|
<script lang="ts" setup>
|
||||||
@@ -163,9 +161,6 @@ import RouteName from "../router/name";
|
|||||||
import { IEvent } from "../types/event.model";
|
import { IEvent } from "../types/event.model";
|
||||||
// import { IFollowedGroupEvent } from "../types/followedGroupEvent.model";
|
// import { IFollowedGroupEvent } from "../types/followedGroupEvent.model";
|
||||||
import CloseEvents from "@/components/Local/CloseEvents.vue";
|
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 {
|
import {
|
||||||
computed,
|
computed,
|
||||||
onMounted,
|
onMounted,
|
||||||
|
|||||||
Reference in New Issue
Block a user