We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99493d6 commit fcac916Copy full SHA for fcac916
pages/products.vue
@@ -1,15 +1,15 @@
1
<template>
2
<div class="container mx-auto px-4 py-8">
3
<div class="flex flex-col md:flex-row gap-8">
4
- <ProductsProductFilters />
+ <ProductsFilters />
5
<div class="flex-1">
6
<div
7
class="flex flex-col sm:flex-row sm:justify-between sm:items-center gap-4 mb-8"
8
>
9
<h1 class="text-xl sm:text-2xl font-medium text-center sm:text-left">
10
Produkter <span class="text-gray-500">(0)</span>
11
</h1>
12
- <ProductsProductSort />
+ <ProductsSort />
13
</div>
14
<ProductsShowAll />
15
0 commit comments