Merge pull request #22447 from connor11528/patch-2

Update plugin-development.md
This commit is contained in:
Patrik Oldsberg
2024-01-22 19:24:37 +01:00
committed by GitHub
+1 -1
View File
@@ -40,7 +40,7 @@ import { createRouteRef } from '@backstage/core-plugin-api';
// Note: This route ref is for internal use only, don't export it from the plugin
export const rootRouteRef = createRouteRef({
title: 'Example Page',
id: 'Example Page',
});
```