Skip to content

Commit

Permalink
Removed unnecessary import
Browse files Browse the repository at this point in the history
  • Loading branch information
c8y3 committed Jun 7, 2024
1 parent 6af2bbe commit e64bdae
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/web/wizard/components/inputs/TitleSeverity.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,8 @@
* <http://www.mongodb.com/licensing/server-side-public-license>.
*/

import PropTypes from 'prop-types';
import React from 'react';
import createReactClass from 'create-react-class';
import PropTypes from 'prop-types';
import { useIntl, FormattedMessage } from 'react-intl';

import { Input, Row, Col } from 'components/bootstrap';
Expand Down

0 comments on commit e64bdae

Please sign in to comment.