5 lines
215 B
TypeScript
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'; |