Apply extension-names codemod to monorepo.
Signed-off-by: Eric Peterson <ericpeterson@spotify.com>
This commit is contained in:
@@ -36,6 +36,7 @@ export const shortcutsPlugin = createPlugin({
|
||||
|
||||
export const Shortcuts = shortcutsPlugin.provide(
|
||||
createComponentExtension({
|
||||
name: 'Shortcuts',
|
||||
component: { lazy: () => import('./Shortcuts').then(m => m.Shortcuts) },
|
||||
}),
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user