Make componetName == extension (name)
Signed-off-by: Eric Peterson <ericpeterson@spotify.com>
This commit is contained in:
@@ -11,6 +11,7 @@ export const {{ pluginVar }} = createPlugin({
|
||||
|
||||
export const {{ extensionName }} = {{ pluginVar }}.provide(
|
||||
createRoutableExtension({
|
||||
name: '{{ extensionName }}',
|
||||
component: () =>
|
||||
import('./components/ExampleComponent').then(m => m.ExampleComponent),
|
||||
mountPoint: rootRouteRef,
|
||||
|
||||
Reference in New Issue
Block a user