Merge pull request #29499 from schultzp2020/react-imports

chore: update react imports
This commit is contained in:
Patrik Oldsberg
2025-04-08 18:52:18 +02:00
committed by GitHub
1342 changed files with 2644 additions and 3440 deletions
-2
View File
@@ -112,7 +112,6 @@ The DevTools plugin has been designed so that you can customize the tabs to suit
InfoContent,
} from '@backstage/plugin-devtools';
import { DevToolsLayout } from '@backstage/plugin-devtools';
import React from 'react';
export const DevToolsPage = () => {
return (
@@ -374,7 +373,6 @@ import {
devToolsInfoReadPermission,
} from '@backstage/plugin-devtools-common';
import { RequirePermission } from '@backstage/plugin-permission-react';
import React from 'react';
const DevToolsPage = () => {
return (