get rid of circular imports

Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
Fredrik Adelöw
2022-10-25 10:42:11 +02:00
parent bf117d7f1e
commit 7573b65232
29 changed files with 88 additions and 83 deletions
@@ -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';
/**