Skip to content

Commit 290ae8b

Browse files
committed
Update products.vue
1 parent 3123771 commit 290ae8b

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

pages/products.vue

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,17 @@
11
<template>
22
<div class="container mx-auto px-4 py-8">
33
<div class="flex flex-col md:flex-row gap-8">
4-
<!-- Sidebar Filters -->
5-
<ProductFilters />
6-
7-
<!-- Main Content -->
4+
<ProductsProductFilters />
85
<div class="flex-1">
96
<div
107
class="flex flex-col sm:flex-row sm:justify-between sm:items-center gap-4 mb-8"
118
>
129
<h1 class="text-xl sm:text-2xl font-medium text-center sm:text-left">
1310
Produkter <span class="text-gray-500">(0)</span>
1411
</h1>
15-
<ProductSort />
12+
<ProductsProductSort />
1613
</div>
17-
<ProductsShowAll />
14+
<ProductsProductsShowAll />
1815
</div>
1916
</div>
2017
</div>

0 commit comments

Comments
 (0)