fix: export card components from index
Signed-off-by: Sofia Sjöblad <ssjoblad@spotify.com>
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/ui': patch
|
||||
---
|
||||
|
||||
Export CardHeader, CardBody and CardFooter from Card component index
|
||||
@@ -14,7 +14,8 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
export { Card } from './Card';
|
||||
export { Card, CardHeader, CardBody, CardFooter } from './Card';
|
||||
|
||||
export type {
|
||||
CardProps,
|
||||
CardHeaderProps,
|
||||
|
||||
Reference in New Issue
Block a user