docs(frontend-system): remove redundant page name comment
Signed-off-by: Camila Belo <camilaibs@gmail.com>
This commit is contained in:
@@ -134,7 +134,6 @@ import {
|
||||
import { rootRouteRef, detailsRouteRef } from './routes';
|
||||
|
||||
const indexPage = createPageExtension({
|
||||
// Ommiting name since it is the root page
|
||||
defaultPath: '/entities',
|
||||
routeRef: indexRouteRef,
|
||||
loader: async () => {
|
||||
@@ -287,7 +286,6 @@ export default createPlugin({
|
||||
export { default } from './plugin';
|
||||
```
|
||||
|
||||
|
||||
Now let's move on and configure the app to point to the Scaffolder create component page when the catalog create component ref be used.
|
||||
|
||||
### Binding External Route References
|
||||
|
||||
Reference in New Issue
Block a user