mirror of
https://github.com/ansible/awx.git
synced 2026-01-15 11:50:42 -03:30
remove unnecessary imports
This commit is contained in:
parent
4ebd721cc5
commit
f14eb4327d
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user