Apply extension-names codemod to monorepo.

Signed-off-by: Eric Peterson <ericpeterson@spotify.com>
This commit is contained in:
Eric Peterson
2021-10-04 19:16:25 +02:00
parent 903dbdeb7d
commit 81a41ec249
49 changed files with 173 additions and 3 deletions
+2
View File
@@ -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(