mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2026-04-29 15:37:48 +00:00
- Simplified button rendering in CardStat component by consolidating href and onClick handling. - Introduced new styles for CardStats, including responsive design for various screen sizes and dark mode support. - Updated SCSS imports to include CardStats styles.
4 lines
128 B
TypeScript
4 lines
128 B
TypeScript
export { CardStats, type CardStatsProps, type CardStatsCardConfig } from './CardStats';
|
|
export { default } from './CardStats';
|
|
|