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.