diff --git a/src/SmartComponents/CreateImageWizard/CreateImageWizard.js b/src/SmartComponents/CreateImageWizard/CreateImageWizard.js index 5769ff9a..c135c172 100644 --- a/src/SmartComponents/CreateImageWizard/CreateImageWizard.js +++ b/src/SmartComponents/CreateImageWizard/CreateImageWizard.js @@ -5,7 +5,7 @@ import { connect } from 'react-redux'; import { actions } from '../redux'; import { PageHeader, PageHeaderTitle } from '@redhat-cloud-services/frontend-components'; -import { Wizard, Stack, StackItem } from '@patternfly/react-core'; +import { Wizard } from '@patternfly/react-core'; import WizardStepImageOutput from '../../PresentationalComponents/CreateImageWizard/WizardStepImageOutput'; import WizardStepUploadAWS from '../../PresentationalComponents/CreateImageWizard/WizardStepUploadAWS'; @@ -238,13 +238,11 @@ class CreateImageWizard extends Component { ]; return ( - - - - - - - + <> + + + +
- - +
+ ); } }