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