mirror of
https://framagit.org/framasoft/mobilizon.git
synced 2025-01-02 21:35:16 +00:00
#1587 : remove categories card in home page
This commit is contained in:
parent
15850cc72c
commit
71cc09dd7a
1 changed files with 0 additions and 3 deletions
|
@ -35,8 +35,6 @@
|
|||
:addressDefaultText="userLocation?.name"
|
||||
:key="increated"
|
||||
/>
|
||||
<!-- Categories preview -->
|
||||
<categories-preview />
|
||||
<!-- Welcome back -->
|
||||
<section
|
||||
class="container mx-auto"
|
||||
|
@ -182,7 +180,6 @@ import {
|
|||
UPDATE_CURRENT_USER_LOCATION_CLIENT,
|
||||
} from "@/graphql/location";
|
||||
import { LocationType } from "@/types/user-location.model";
|
||||
import CategoriesPreview from "@/components/Home/CategoriesPreview.vue";
|
||||
import UnloggedIntroduction from "@/components/Home/UnloggedIntroduction.vue";
|
||||
import SearchFields from "@/components/Home/SearchFields.vue";
|
||||
import { useHead } from "@unhead/vue";
|
||||
|
|
Loading…
Reference in a new issue