get rid of circular imports
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
+1
-1
@@ -34,7 +34,7 @@ import {
|
||||
Link,
|
||||
} from '@backstage/core-components';
|
||||
import useAsync from 'react-use/lib/useAsync';
|
||||
import { periskopApiRef } from '../..';
|
||||
import { periskopApiRef } from '../../plugin';
|
||||
import { AggregatedError, NotFoundInInstance } from '../../types';
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user