chore: change the import to of react-use things to use explicit import

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2022-01-03 17:09:00 +01:00
parent dd17fa9e31
commit 381184c438
@@ -19,7 +19,7 @@ import FormControl from '@material-ui/core/FormControl';
import FormHelperText from '@material-ui/core/FormHelperText';
import { useApi } from '@backstage/core-plugin-api';
import { scaffolderApiRef } from '../../../api';
import { useAsync } from 'react-use';
import useAsync from 'react-use/lib/useAsync';
export const RepoUrlPickerHost = ({
host,