From f14eb4327dc59038488053cd4c12677d4f47ccbd Mon Sep 17 00:00:00 2001 From: John Mitchell Date: Fri, 21 Feb 2020 10:38:12 -0500 Subject: [PATCH] remove unnecessary imports --- .../Credential/shared/CredentialSubForms/SharedFields.jsx | 2 -- 1 file changed, 2 deletions(-) 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 }) => (