Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[TOOl-3590] Dashboard: Remove unused components and stories (#6406)
<!-- start pr-codex --> ## PR-Codex overview This PR focuses on removing unused components and simplifying the `CouponCard` functionality by streamlining the handling of coupon applications and eliminating the modal for sharing free wallets. ### Detailed summary - Deleted multiple files related to `share-free-wallets-modal` and analytics components. - Removed the dynamic import of `LazyShareFreeWalletsModal` in `CouponCard.tsx`. - Simplified the `onCouponApplied` function signature by removing the `isFreeWalletsCoupon` parameter. - Eliminated state management for `showShareModal` in `CouponSection`. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex -->
- Loading branch information