From 00b118c46c4e70d0b5430eec80bf71261032e889 Mon Sep 17 00:00:00 2001 From: LightOfHeaven1994 Date: Tue, 7 Jul 2026 13:08:44 +0200 Subject: [PATCH] fix(Wizard): add useEffect import --- .../src/deprecated/components/Wizard/examples/Wizard.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/react-core/src/deprecated/components/Wizard/examples/Wizard.md b/packages/react-core/src/deprecated/components/Wizard/examples/Wizard.md index f671327776e..436e330b88c 100644 --- a/packages/react-core/src/deprecated/components/Wizard/examples/Wizard.md +++ b/packages/react-core/src/deprecated/components/Wizard/examples/Wizard.md @@ -16,6 +16,8 @@ import { Wizard as WizardDeprecated, WizardFooter as WizardFooterDeprecated, Wiz import RhMicronsExternalLinkIcon from '@patternfly/react-icons/dist/esm/icons/rh-microns-external-link-icon'; import SlackHashIcon from '@patternfly/react-icons/dist/esm/icons/slack-hash-icon'; import RhUiGearGroupFillIcon from '@patternfly/react-icons/dist/esm/icons/rh-ui-gear-group-fill-icon'; +import CogsIcon from '@patternfly/react-icons/dist/esm/icons/cogs-icon'; +import layout from '@patternfly/react-styles/css/layouts/Bullseye/bullseye'; If you seek a wizard solution that allows for more composition, see the [React](/components/wizard) tab.