Files
kottgard-production/src/store/cart.ts
T

5 lines
215 B
TypeScript

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