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