forked from potsda.mn/mobilizon
feat(front): remove popular groups and online events from homepage. closes #1527
This commit is contained in:
parent
815bd8e2f9
commit
18c78b81cb
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue