Signed-off-by: Tomás Mota <tomasrebelomota@gmail.com>
This commit is contained in:
Tomás Mota
2023-07-26 10:09:50 +02:00
committed by GitHub
parent dcd7e1622c
commit 5f296c6a50
+1 -1
View File
@@ -210,7 +210,7 @@ To use the permission framework to secure the DevTools sidebar option you'll wan
```
2. Then open the `packages/app/src/components/Root/Root.tsx` file
3. The add these imports after all the existing import statements:
3. Then add these imports after all the existing import statements:
```ts
import { devToolsAdministerPermission } from '@backstage/plugin-devtools-common';