use alias for type import

This commit is contained in:
Jake McDermott 2019-08-07 08:06:45 -04:00
parent 7374732d9b
commit c96dfd101c

View File

@ -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);