docs(frontend-system): remove redundant page name comment

Signed-off-by: Camila Belo <camilaibs@gmail.com>
This commit is contained in:
Camila Belo
2024-01-11 19:36:30 +01:00
parent 394b286aa5
commit 007003719a
@@ -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