Skip to content

Commit 5c4490a

Browse files
committed
Update ProductsShowAll.vue
1 parent 4aa5f0f commit 5c4490a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

components/Products/ProductsShowAll.vue

-2
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,6 @@ import GET_PRODUCTS_FROM_CATEGORY_QUERY from "@/apollo/queries/GET_PRODUCTS_FROM
7777
import ProductImage from "@/components/Products/ProductImage.vue";
7878
import ProductPrice from "@/components/Products/ProductPrice.vue";
7979
80-
import { filteredVariantPrice, hasVariations } from "@/utils/functions";
81-
8280
const props = defineProps({
8381
categoryId: { type: String, required: false },
8482
categorySlug: { type: String, required: false },

0 commit comments

Comments
 (0)