Do not export registerComponentRouteRef and RegisterExistingButton
Signed-off-by: Min Kim <minkimcello@gmail.com>
This commit is contained in:
@@ -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';
|
||||
|
||||
@@ -19,9 +19,6 @@ import {
|
||||
createSubRouteRef,
|
||||
} from '@backstage/core-plugin-api';
|
||||
|
||||
/**
|
||||
* @public
|
||||
*/
|
||||
export const registerComponentRouteRef = createExternalRouteRef({
|
||||
id: 'register-component',
|
||||
optional: true,
|
||||
|
||||
Reference in New Issue
Block a user