fix: export card components from index

Signed-off-by: Sofia Sjöblad <ssjoblad@spotify.com>
This commit is contained in:
Sofia Sjöblad
2025-08-13 17:17:13 +02:00
parent 2dc902d94f
commit a251b3e084
2 changed files with 7 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/ui': patch
---
Export CardHeader, CardBody and CardFooter from Card component index
+2 -1
View File
@@ -14,7 +14,8 @@
* limitations under the License.
*/
export { Card } from './Card';
export { Card, CardHeader, CardBody, CardFooter } from './Card';
export type {
CardProps,
CardHeaderProps,