9 lines
250 B
TypeScript
9 lines
250 B
TypeScript
/**
|
|
* @deprecated Import from `@/presentation/providers/cart-provider`.
|
|
* Kept for backward compatibility during Clean Architecture migration.
|
|
*/
|
|
export {
|
|
CartProvider,
|
|
useCart,
|
|
type CartItem,
|
|
} from '@/presentation/providers/cart-provider'; |