use correct import of useobersvable

Signed-off-by: Jake Crews <jake.crews@daveramsey.com>
This commit is contained in:
Jake Crews
2022-07-07 08:48:07 -05:00
parent 35d30613f4
commit 04667f29a5
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -31,7 +31,7 @@
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "4.0.0-alpha.57",
"react-use": "^17.4.0"
"react-use": "^17.2.4"
},
"devDependencies": {
"@backstage/cli": "^0.18.0-next.2",
@@ -25,7 +25,7 @@ import {
} from '@backstage/core-components';
import { newRelicDashboardApiRef } from '../../../api';
import { DashboardSnapshotSummary } from '../../../api/NewRelicDashboardApi';
import { useObservable } from 'react-use';
import useObservable from 'react-use/lib/useObservable';
type Props = {
guid: string;