diff --git a/plugins/scaffolder/src/alpha.ts b/plugins/scaffolder/src/alpha.ts index c082878827..90b0680d27 100644 --- a/plugins/scaffolder/src/alpha.ts +++ b/plugins/scaffolder/src/alpha.ts @@ -21,9 +21,6 @@ export { type TemplateGroupsProps, type NextRouterProps, type FormProps, - RegisterExistingButton, - type RegisterExistingButtonProps, type TemplateListPageProps, type TemplateWizardPageProps, } from './next'; -export { registerComponentRouteRef } from './routes'; diff --git a/plugins/scaffolder/src/next/TemplateListPage/index.ts b/plugins/scaffolder/src/next/TemplateListPage/index.ts index bca2e24cb3..e0eb0bb021 100644 --- a/plugins/scaffolder/src/next/TemplateListPage/index.ts +++ b/plugins/scaffolder/src/next/TemplateListPage/index.ts @@ -21,6 +21,3 @@ export type { TemplateGroupFilter, TemplateGroupsProps, } from './TemplateGroups'; - -export { RegisterExistingButton } from './RegisterExistingButton'; -export type { RegisterExistingButtonProps } from './RegisterExistingButton'; diff --git a/plugins/scaffolder/src/routes.ts b/plugins/scaffolder/src/routes.ts index cc197fc60b..54b7605eb1 100644 --- a/plugins/scaffolder/src/routes.ts +++ b/plugins/scaffolder/src/routes.ts @@ -19,9 +19,6 @@ import { createSubRouteRef, } from '@backstage/core-plugin-api'; -/** - * @public - */ export const registerComponentRouteRef = createExternalRouteRef({ id: 'register-component', optional: true,