Do not export registerComponentRouteRef and RegisterExistingButton

Signed-off-by: Min Kim <minkimcello@gmail.com>
This commit is contained in:
Min Kim
2023-03-17 16:33:28 -04:00
parent e5ad1bd61e
commit 26aea4ddc2
3 changed files with 0 additions and 9 deletions
-3
View File
@@ -21,9 +21,6 @@ export {
type TemplateGroupsProps,
type NextRouterProps,
type FormProps,
RegisterExistingButton,
type RegisterExistingButtonProps,
type TemplateListPageProps,
type TemplateWizardPageProps,
} from './next';
export { registerComponentRouteRef } from './routes';
@@ -21,6 +21,3 @@ export type {
TemplateGroupFilter,
TemplateGroupsProps,
} from './TemplateGroups';
export { RegisterExistingButton } from './RegisterExistingButton';
export type { RegisterExistingButtonProps } from './RegisterExistingButton';
-3
View File
@@ -19,9 +19,6 @@ import {
createSubRouteRef,
} from '@backstage/core-plugin-api';
/**
* @public
*/
export const registerComponentRouteRef = createExternalRouteRef({
id: 'register-component',
optional: true,