mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2026-04-29 15:37:48 +00:00
* adding showcase page * adding CardStatsList * clean up, tighter code * code review and code clean up * update import, clean up env for error message * tweak some css code * less css, rebuilt * re-adding bem, modifier for bds variants
5 lines
248 B
TypeScript
5 lines
248 B
TypeScript
export { CardsTwoColumn, type CardsTwoColumnProps, type CardsTwoColumnCardConfig } from './CardsTwoColumn';
|
|
export { TextCard, type TextCardProps, type TextCardColor } from 'shared/components/TextCard';
|
|
export { default } from './CardsTwoColumn';
|
|
|