Merge pull request #4991 from fidelcoria-aa/patch-1
docs(composability): fix subroutes code example
This commit is contained in:
@@ -396,7 +396,7 @@ export const myPlugin = createPlugin({
|
||||
},
|
||||
});
|
||||
|
||||
export const MyPage = plugin.provide(
|
||||
export const MyPage = myPlugin.provide(
|
||||
createRoutableExtension({
|
||||
component: () => import('./components/MyPage').then(m => m.MyPage),
|
||||
mountPoint: rootRouteRef,
|
||||
|
||||
Reference in New Issue
Block a user