From 2e9f2677b3edde80b7aa615640efc1b8b923a5e3 Mon Sep 17 00:00:00 2001 From: Kalle Ericson <7943407+kalleericson@users.noreply.github.com> Date: Mon, 9 Dec 2024 13:23:21 +0100 Subject: [PATCH] Revert exposing of components Signed-off-by: Kalle Ericson <7943407+kalleericson@users.noreply.github.com> --- .../src/next/components/TemplateCard/index.ts | 24 +------------------ 1 file changed, 1 insertion(+), 23 deletions(-) diff --git a/plugins/scaffolder-react/src/next/components/TemplateCard/index.ts b/plugins/scaffolder-react/src/next/components/TemplateCard/index.ts index aa13b79284..529aa938e4 100644 --- a/plugins/scaffolder-react/src/next/components/TemplateCard/index.ts +++ b/plugins/scaffolder-react/src/next/components/TemplateCard/index.ts @@ -13,26 +13,4 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -export { - TemplateCard, - type TemplateCardProps, - type TemplateCardAdditionalLink, -} from './TemplateCard'; -export { - TemplateCardContent, - type TemplateCardContentProps, -} from './TemplateCardContent'; -export { - TemplateCardTags, - type TemplateCardTagsProps, -} from './TemplateCardTags'; -export { - TemplateCardLinks, - type TemplateCardLinksProps, -} from './TemplateCardLinks'; -export { - TemplateCardActions, - type TemplateCardActionsProps, -} from './TemplateCardActions'; -export { CardHeader, type CardHeaderProps } from './CardHeader'; -export { CardLink, type CardLinkProps } from './CardLink'; +export { TemplateCard, type TemplateCardProps } from './TemplateCard';