mirror of
https://github.com/ansible/awx.git
synced 2026-01-12 02:19:58 -03:30
use alias for type import
This commit is contained in:
parent
7374732d9b
commit
c96dfd101c
@ -6,8 +6,8 @@ import { FormGroup, Tooltip } from '@patternfly/react-core';
|
||||
import { QuestionCircleIcon } from '@patternfly/react-icons';
|
||||
|
||||
import { InventoriesAPI } from '@api';
|
||||
import { Inventory } from '@types';
|
||||
import Lookup from '@components/Lookup';
|
||||
import { Inventory } from '../../../types';
|
||||
|
||||
const getInventories = async params => InventoriesAPI.read(params);
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user