import { Wizard, WizardStep } from '@patternfly/react-core'; export const WizardPlain: React.FunctionComponent = () => (

Step 1 content

Step 2 content

Review step content

);