Apply extension-names codemod to monorepo.
Signed-off-by: Eric Peterson <ericpeterson@spotify.com>
This commit is contained in:
@@ -56,6 +56,7 @@ export const gitReleaseManagerPlugin = createPlugin({
|
||||
|
||||
export const GitReleaseManagerPage = gitReleaseManagerPlugin.provide(
|
||||
createRoutableExtension({
|
||||
name: 'GitReleaseManagerPage',
|
||||
component: () =>
|
||||
import('./GitReleaseManager').then(m => m.GitReleaseManager),
|
||||
mountPoint: rootRouteRef,
|
||||
|
||||
Reference in New Issue
Block a user