diff --git a/app/pages/products/[id].vue b/app/pages/products/[id].vue index 0727c3c..e770a22 100644 --- a/app/pages/products/[id].vue +++ b/app/pages/products/[id].vue @@ -6,7 +6,7 @@ * Includes functional "Add to Cart" functionality with notifications and cart UI integration. */ -import { ArrowLeft, CheckCircle, Loader2 } from 'lucide-vue-next' +import { ArrowLeft, ArrowLeftIcon, CheckCircle, ChevronLeftIcon, Loader2, ShoppingCartIcon } from 'lucide-vue-next' import { toast } from 'vue-sonner' // Page metadata @@ -208,6 +208,7 @@ const handleAddToCart = async () => {