diff --git a/awx/ui_next/src/screens/Credential/shared/CredentialSubForms/SharedFields.jsx b/awx/ui_next/src/screens/Credential/shared/CredentialSubForms/SharedFields.jsx index 630adfc1ef..d6fcc37231 100644 --- a/awx/ui_next/src/screens/Credential/shared/CredentialSubForms/SharedFields.jsx +++ b/awx/ui_next/src/screens/Credential/shared/CredentialSubForms/SharedFields.jsx @@ -2,8 +2,6 @@ import React from 'react'; import { withI18n } from '@lingui/react'; import { t } from '@lingui/macro'; import FormField, { PasswordField } from '@components/FormField'; -import { Title } from '@patternfly/react-core'; -import styled from 'styled-components'; export const UsernameFormField = withI18n()(({ i18n }) => (