Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

Commit

Permalink
remove unused import Form
Browse files Browse the repository at this point in the history
  • Loading branch information
AparnaKarve committed Mar 19, 2018
1 parent 6ad4b53 commit 3d32a22
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import React from 'react';
import PropTypes from 'prop-types';
import { Field, reduxForm } from 'redux-form';
import { length } from 'redux-form-validators';
import { noop, bindMethods, Form } from 'patternfly-react';
import { noop, bindMethods } from 'patternfly-react';
import DatastoresStepForm from './components/DatastoresStepForm/DatastoresStepForm';
import { BootstrapSelect } from '../../../../../common/forms/BootstrapSelect';
import { getClusterOptions } from '../helpers';
Expand Down

0 comments on commit 3d32a22

Please sign in to comment.