Remove unused code

This commit is contained in:
marzban-dev
2025-05-30 15:38:54 +03:30
parent 46bc25f3e8
commit 417522dc72
@@ -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<Props>();
const { id, colors } = toRefs(props);
// state
const { colorObject } = useImageColor(`#product-image-${id.value}`);
// computed
const limitedColors = computed(() => {