update import for useAsync

Signed-off-by: Karl Haworth <karl.haworth@aa.com>
This commit is contained in:
Karl Haworth
2024-03-05 15:19:50 -05:00
parent 7a408f720b
commit 5fb1aa7fb1
@@ -19,7 +19,7 @@ import { Content, Header, Page } from '@backstage/core-components';
import { ApolloExplorerBrowser } from '../ApolloExplorerBrowser';
import { JSONObject } from '@apollo/explorer/src/helpers/types';
import { ApiHolder, useApiHolder } from '@backstage/core-plugin-api';
import { useAsync } from 'react-use';
import useAsync from 'react-use/lib/useAsync';
import { CircularProgress } from '@material-ui/core';
import { Alert } from '@material-ui/lab';