CreateImageWizard: Single css file

All css applies to the entire page. To make it clearer having a single
css file for the entire wizard.
This commit is contained in:
Sanne Raymaekers 2022-04-08 18:10:45 +02:00 committed by jkozol
parent c5dca74092
commit f6aa58e3e3
6 changed files with 40 additions and 43 deletions

View file

@ -3,7 +3,6 @@ import PropTypes from 'prop-types';
import useFormApi from '@data-driven-forms/react-form-renderer/use-form-api';
import useFieldApi from '@data-driven-forms/react-form-renderer/use-field-api';
import { Checkbox, FormGroup, Text, TextVariants, Tile } from '@patternfly/react-core';
import './TargetEnvironment.scss';
const TargetEnvironment = ({ label, isRequired, ...props }) => {
const { getState, change } = useFormApi();