Skip to content

Commit 592ec73

Browse files
fix(Wizard): add useEffect import (#12538)
1 parent e4e15d3 commit 592ec73

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

  • packages/react-core/src/deprecated/components/Wizard/examples

packages/react-core/src/deprecated/components/Wizard/examples/Wizard.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ import { Wizard as WizardDeprecated, WizardFooter as WizardFooterDeprecated, Wiz
1616
import RhMicronsExternalLinkIcon from '@patternfly/react-icons/dist/esm/icons/rh-microns-external-link-icon';
1717
import SlackHashIcon from '@patternfly/react-icons/dist/esm/icons/slack-hash-icon';
1818
import RhUiGearGroupFillIcon from '@patternfly/react-icons/dist/esm/icons/rh-ui-gear-group-fill-icon';
19+
import CogsIcon from '@patternfly/react-icons/dist/esm/icons/cogs-icon';
20+
import layout from '@patternfly/react-styles/css/layouts/Bullseye/bullseye';
1921

2022
If you seek a wizard solution that allows for more composition, see the [React](/components/wizard) tab.
2123

0 commit comments

Comments
 (0)