fix: import from package

This commit is contained in:
Nikita Nek Dudnik
2020-06-05 16:40:27 +02:00
parent a4f08e3fcc
commit 2744a98ac5
+5 -2
View File
@@ -15,11 +15,14 @@
*/
import React from 'react';
import { Component } from './component';
import { Entity, Location } from '@backstage/catalog-model';
import {
Entity,
Location,
LOCATION_ANNOTATION,
} from '@backstage/catalog-model';
import Edit from '@material-ui/icons/Edit';
import IconButton from '@material-ui/core/IconButton';
import { styled } from '@material-ui/core/styles';
import { LOCATION_ANNOTATION } from '../../../../packages/catalog-model/src/location/annotation';
const DescriptionWrapper = styled('span')({
display: 'flex',