Fix Backstage case

This commit is contained in:
Adam Harvey
2021-01-29 14:17:09 -05:00
parent 357c1f1e5f
commit e763dcf8c4
6 changed files with 7 additions and 7 deletions
@@ -59,7 +59,7 @@ accordingly inside `Router.tsx`)
### Import and use router in the APP
In the `app/src/components/catalog/EntityPage.tsx` (app === your folder,
containing backstage app) import your created Router:
containing Backstage app) import your created Router:
```tsx
import { Router as MyPluginRouter } from '@backstage/plugin-my-plugin;