Merge pull request #17942 from adamdmharvey/adamdmharvey/fix-import
fix(devtools): Identify correct package to import
This commit is contained in:
@@ -147,7 +147,7 @@ To use the permission framework to secure the DevTools sidebar option you'll wan
|
||||
|
||||
```sh
|
||||
# From your Backstage root directory
|
||||
yarn add --cwd packages/app @backstage/plugin-devtools
|
||||
yarn add --cwd packages/app @backstage/plugin-devtools-common
|
||||
```
|
||||
|
||||
2. Then open the `packages/app/src/components/Root/Root.tsx` file
|
||||
|
||||
Reference in New Issue
Block a user