docs(composability): subroutes example

Signed-off-by: Fidel Coria <fidel.coria@aa.com>
This commit is contained in:
Fidel Coria
2021-03-17 13:28:04 -05:00
parent 450342efa0
commit 25554bad3b
+1 -1
View File
@@ -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,