diff --git a/frontend/components/global/product/ProductCard.vue b/frontend/components/global/product/ProductCard.vue index b927d2d..b1f3563 100644 --- a/frontend/components/global/product/ProductCard.vue +++ b/frontend/components/global/product/ProductCard.vue @@ -4,7 +4,6 @@ import Tag from "~/components/global/Tag.vue"; import Rate from "~/components/global/Rate.vue"; import ColorCircle from "~/components/global/ColorCircle.vue"; -import { useImageColor } from "~/composables/global/useImageColor"; // types @@ -25,10 +24,6 @@ type Props = { const props = defineProps(); const { id, colors } = toRefs(props); -// state - -const { colorObject } = useImageColor(`#product-image-${id.value}`); - // computed const limitedColors = computed(() => {