Wizard: Update useChrome import

This updates the way we import the `useChrome` hook.
This commit is contained in:
regexowl 2025-03-19 12:08:52 +01:00 committed by Klara Simickova
parent 0431ac98dc
commit f3776bbf1a

View file

@ -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();