chore: update react imports

Signed-off-by: Paul Schultz <pschultz@pobox.com>
This commit is contained in:
Paul Schultz
2025-01-28 10:21:17 -06:00
parent 02981a2377
commit 2e26579e06
1282 changed files with 2776 additions and 3434 deletions
@@ -14,7 +14,7 @@
* limitations under the License.
*/
import React, { ReactElement, ReactNode } from 'react';
import { ReactElement, ReactNode } from 'react';
import { Route } from 'react-router-dom';
import { useApp } from '@backstage/core-plugin-api';
import { usePermission } from '../hooks';
@@ -14,7 +14,6 @@
* limitations under the License.
*/
import React from 'react';
import { RequirePermission } from './RequirePermission';
import { usePermission } from '../hooks';
import { renderInTestApp } from '@backstage/test-utils';
@@ -14,7 +14,7 @@
* limitations under the License.
*/
import React, { ReactNode } from 'react';
import { ReactNode } from 'react';
import { useApp } from '@backstage/core-plugin-api';
import { usePermission } from '../hooks';
import {
@@ -14,7 +14,6 @@
* limitations under the License.
*/
import React from 'react';
import { render } from '@testing-library/react';
import { usePermission } from './usePermission';
import {