diff --git a/src/components/market/ProductCard.vue b/src/components/market/ProductCard.vue index 07c2398..ea585a6 100644 --- a/src/components/market/ProductCard.vue +++ b/src/components/market/ProductCard.vue @@ -10,14 +10,14 @@ /> - +
@@ -102,7 +102,7 @@ import { Button } from '@/components/ui/button' import { Input } from '@/components/ui/input' import { Badge } from '@/components/ui/badge' import { Avatar, AvatarImage, AvatarFallback } from '@/components/ui/avatar' -import { ShoppingCartIcon } from '@heroicons/vue/24/outline' +import { ShoppingCart } from 'lucide-vue-next' import ProductCard from '@/components/market/ProductCard.vue' const marketStore = useMarketStore()