Skip to content

Commit aab74f2

Browse files
committed
Fixed missing export for CardSubtitle.
1 parent 66f6aa9 commit aab74f2

File tree

1 file changed

+1
-0
lines changed
  • packages/react-core/src/components/Card

1 file changed

+1
-0
lines changed

packages/react-core/src/components/Card/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ export * from './CardBody';
33
export * from './CardExpandableContent';
44
export * from './CardFooter';
55
export * from './CardTitle';
6+
export * from './CardSubtitle';
67
export * from './CardHeader';

0 commit comments

Comments
 (0)