mirror of
https://github.com/ansible/awx.git
synced 2026-05-06 00:47:37 -02:30
remove unnecessary imports
This commit is contained in:
@@ -2,8 +2,6 @@ import React from 'react';
|
|||||||
import { withI18n } from '@lingui/react';
|
import { withI18n } from '@lingui/react';
|
||||||
import { t } from '@lingui/macro';
|
import { t } from '@lingui/macro';
|
||||||
import FormField, { PasswordField } from '@components/FormField';
|
import FormField, { PasswordField } from '@components/FormField';
|
||||||
import { Title } from '@patternfly/react-core';
|
|
||||||
import styled from 'styled-components';
|
|
||||||
|
|
||||||
export const UsernameFormField = withI18n()(({ i18n }) => (
|
export const UsernameFormField = withI18n()(({ i18n }) => (
|
||||||
<FormField
|
<FormField
|
||||||
|
|||||||
Reference in New Issue
Block a user