New CardActions component

This commit is contained in:
Philipp Stracker 2025-02-18 15:00:22 +01:00
parent 5ce891fe25
commit cf7d8ff119
No known key found for this signature in database
3 changed files with 28 additions and 5 deletions

View file

@ -3,6 +3,7 @@
*/
export { default as Action } from './Action';
export { default as CardActions } from './CardActions';
export { default as Content } from './Content';
export { default as ContentWrapper } from './ContentWrapper';
export { default as Description } from './Description';