Merge pull request #17942 from adamdmharvey/adamdmharvey/fix-import

fix(devtools): Identify correct package to import
This commit is contained in:
Ben Lambert
2023-05-24 10:41:21 +02:00
committed by GitHub
+1 -1
View File
@@ -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