chore: Fix install instructions

Signed-off-by: Adam Harvey <adaharve@cisco.com>
This commit is contained in:
Adam Harvey
2023-02-11 09:58:08 -05:00
parent e8f2ac13e7
commit 9fc1e58a5d
2 changed files with 6 additions and 7 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ any path for the route, but we recommend the following:
```diff
// packages/app/src/App.tsx
+ import { ExplorePage, explorePlugin } from '@backstage/plugin-explore';
+ import { ExplorePage } from '@backstage/plugin-explore';
...