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