Skip to content

Commit 317b038

Browse files
committed
Update products.vue
1 parent 660ba70 commit 317b038

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pages/products.vue

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
<div class="container mx-auto px-4 py-8">
33
<div class="flex flex-col md:flex-row gap-8">
44
<!-- Sidebar Filters -->
5-
ProductFilters:
65
<ProductFilters />
76

87
<!-- Main Content -->
@@ -22,6 +21,9 @@
2221
</template>
2322

2423
<script setup>
24+
import ProductFilters from '~/components/Products/ProductFilters.vue'
25+
import ProductSort from '~/components/Products/ProductSort.vue'
26+
2527
useHead({
2628
title: "Products",
2729
titleTemplate: "%s - Nuxt 3 Woocommerce",

0 commit comments

Comments
 (0)