Initial commit: Kottgard production website code
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
/**
|
||||
* Backward-compatible re-export — prefer @/presentation/hooks/useCart
|
||||
*/
|
||||
export { useCartStore } from '@/infrastructure/persistence/zustand/cartStore';
|
||||
export { useCart } from '@/presentation/hooks/useCart';
|
||||
Reference in New Issue
Block a user