Skip to content

Commit fcac916

Browse files
committed
Update products.vue
1 parent 99493d6 commit fcac916

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pages/products.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
<template>
22
<div class="container mx-auto px-4 py-8">
33
<div class="flex flex-col md:flex-row gap-8">
4-
<ProductsProductFilters />
4+
<ProductsFilters />
55
<div class="flex-1">
66
<div
77
class="flex flex-col sm:flex-row sm:justify-between sm:items-center gap-4 mb-8"
88
>
99
<h1 class="text-xl sm:text-2xl font-medium text-center sm:text-left">
1010
Produkter <span class="text-gray-500">(0)</span>
1111
</h1>
12-
<ProductsProductSort />
12+
<ProductsSort />
1313
</div>
1414
<ProductsShowAll />
1515
</div>

0 commit comments

Comments
 (0)