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