/** * Backward-compatible re-export — prefer @/presentation/hooks/useCart */ export { useCartStore } from '@/infrastructure/persistence/zustand/cartStore'; export { useCart } from '@/presentation/hooks/useCart';