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';