core-api: rename BackstageRoutes to FlatRoutes

This commit is contained in:
Patrik Oldsberg
2020-12-24 12:53:02 +01:00
parent 920b5a4f54
commit 5b6533eb76
4 changed files with 7 additions and 9 deletions
+1 -1
View File
@@ -3,4 +3,4 @@
'@backstage/core': patch
---
Add `BackstageRoutes` component to replace the top-level `Routes` component from `react-router` within apps, removing the need for manually appending `/*` to paths or sorting routes.
Add `FlatRoutes` component to replace the top-level `Routes` component from `react-router` within apps, removing the need for manually appending `/*` to paths or sorting routes.