Wizard: Update useChrome import
This updates the way we import the `useChrome` hook.
This commit is contained in:
parent
0431ac98dc
commit
f3776bbf1a
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ import {
|
|||
TextContent,
|
||||
} from '@patternfly/react-core';
|
||||
import { HelpIcon } from '@patternfly/react-icons';
|
||||
import useChrome from '@redhat-cloud-services/frontend-components/useChrome';
|
||||
import { useChrome } from '@redhat-cloud-services/frontend-components/useChrome';
|
||||
|
||||
const PopoverActivation = () => {
|
||||
const { auth } = useChrome();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue