Update plugin-development.md

Signed-off-by: Connor Leech <connorleech@gmail.com>
This commit is contained in:
Connor Leech
2024-01-22 10:13:06 -08:00
committed by GitHub
parent 0b1cf22e5e
commit 40b702d55e
+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',
});
```