Remove unnecessary NFS page component exports
Page components without props don't need to be exported from the package API surface. Import directly from the component file in the alpha entry points instead. Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com> Made-with: Cursor
This commit is contained in:
@@ -2,4 +2,4 @@
|
||||
'@backstage/plugin-catalog-graph': patch
|
||||
---
|
||||
|
||||
The new frontend plugin entry now exposes a display title and icon for navigation, and the catalog graph page uses the Backstage UI header when rendered in the new frontend system. A new `NfsCatalogGraphPage` export is available for the same layout without the legacy `Page` shell.
|
||||
The new frontend plugin entry now exposes a display title and icon for navigation, and the catalog graph page uses the Backstage UI header when rendered in the new frontend system.
|
||||
|
||||
Reference in New Issue
Block a user