mirror of
https://github.com/ZwareBear/awx.git
synced 2026-05-16 15:58:39 -05:00
Remove import aliases from ui_next
For posterity, the script used to remove the aliases is included with
this commit:
python3 tools/dealias.py awx/ui_next/src
npm run lint -- --fix
npm run prettier
This commit is contained in:
@@ -4,12 +4,12 @@ import { t } from '@lingui/macro';
|
||||
import { Link } from 'react-router-dom';
|
||||
|
||||
import { Chip, List, ListItem } from '@patternfly/react-core';
|
||||
import CredentialChip from '@components/CredentialChip';
|
||||
import ChipGroup from '@components/ChipGroup';
|
||||
import { Detail } from '@components/DetailList';
|
||||
import { VariablesDetail } from '@components/CodeMirrorInput';
|
||||
import Sparkline from '@components/Sparkline';
|
||||
import { toTitleCase } from '@util/strings';
|
||||
import CredentialChip from '../../components/CredentialChip';
|
||||
import ChipGroup from '../../components/ChipGroup';
|
||||
import { Detail } from '../../components/DetailList';
|
||||
import { VariablesDetail } from '../../components/CodeMirrorInput';
|
||||
import Sparkline from '../../components/Sparkline';
|
||||
import { toTitleCase } from '../../util/strings';
|
||||
|
||||
function PromptWFJobTemplateDetail({ i18n, resource }) {
|
||||
const {
|
||||
|
||||
Reference in New Issue
Block a user