remove unnecessary imports

This commit is contained in:
John Mitchell 2020-02-21 10:38:12 -05:00
parent 4ebd721cc5
commit f14eb4327d

View File

@ -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 }) => (
<FormField