From 9a806f050d3d40f4035f38a9732f5c61ea708759 Mon Sep 17 00:00:00 2001 From: nikolar Date: Fri, 20 Dec 2024 21:58:56 -0800 Subject: [PATCH] update changeset Signed-off-by: nikolar --- .changeset/big-seals-drum.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.changeset/big-seals-drum.md b/.changeset/big-seals-drum.md index df13cdf687..9b4ab16701 100644 --- a/.changeset/big-seals-drum.md +++ b/.changeset/big-seals-drum.md @@ -2,6 +2,4 @@ '@backstage/plugin-home': patch --- -Added missing exports to surface recently added plugin in `@backstage/plugin-home` - -- add exports needed to have a valid `import { QuickStartCard } from '@backstage/plugin-home';` +Exported `QuickStartCard` component.