Merge pull request #5032 from backstage/timbonicus/create-app-updates

Update create-app template for better parity with example app
This commit is contained in:
Tim
2021-03-25 06:23:36 -06:00
committed by GitHub
17 changed files with 301 additions and 91 deletions
+1 -1
View File
@@ -49,7 +49,7 @@ title: Adding Custom Plugin to Existing Monorepo App
Let's add a shortcut.
1. Open and modify `root: packages > app > src > sidebar.tsx` with the
1. Open and modify `root: packages > app > src > components > Root.tsx` with the
following:
```tsx