From e64bdae7582c259dc780ae5b88b4a5d5be841ba1 Mon Sep 17 00:00:00 2001 From: c8y3 <25362953+c8y3@users.noreply.github.com> Date: Fri, 7 Jun 2024 13:02:02 +0200 Subject: [PATCH] Removed unnecessary import --- src/web/wizard/components/inputs/TitleSeverity.jsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/web/wizard/components/inputs/TitleSeverity.jsx b/src/web/wizard/components/inputs/TitleSeverity.jsx index fda33cf..4da00e5 100755 --- a/src/web/wizard/components/inputs/TitleSeverity.jsx +++ b/src/web/wizard/components/inputs/TitleSeverity.jsx @@ -15,9 +15,8 @@ * . */ -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';