#1587 : remove categories card in home page
This commit is contained in:
@@ -35,8 +35,6 @@
|
|||||||
:addressDefaultText="userLocation?.name"
|
:addressDefaultText="userLocation?.name"
|
||||||
:key="increated"
|
:key="increated"
|
||||||
/>
|
/>
|
||||||
<!-- Categories preview -->
|
|
||||||
<categories-preview />
|
|
||||||
<!-- Welcome back -->
|
<!-- Welcome back -->
|
||||||
<section
|
<section
|
||||||
class="container mx-auto"
|
class="container mx-auto"
|
||||||
@@ -182,7 +180,6 @@ import {
|
|||||||
UPDATE_CURRENT_USER_LOCATION_CLIENT,
|
UPDATE_CURRENT_USER_LOCATION_CLIENT,
|
||||||
} from "@/graphql/location";
|
} from "@/graphql/location";
|
||||||
import { LocationType } from "@/types/user-location.model";
|
import { LocationType } from "@/types/user-location.model";
|
||||||
import CategoriesPreview from "@/components/Home/CategoriesPreview.vue";
|
|
||||||
import UnloggedIntroduction from "@/components/Home/UnloggedIntroduction.vue";
|
import UnloggedIntroduction from "@/components/Home/UnloggedIntroduction.vue";
|
||||||
import SearchFields from "@/components/Home/SearchFields.vue";
|
import SearchFields from "@/components/Home/SearchFields.vue";
|
||||||
import { useHead } from "@unhead/vue";
|
import { useHead } from "@unhead/vue";
|
||||||
|
|||||||
Reference in New Issue
Block a user