fix: bug with cyclical dependencies in the built output

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2023-05-23 16:00:37 +02:00
parent c219d08fde
commit b1e4a70b32
@@ -13,11 +13,11 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
import { kubernetesProxyApiRef } from '@backstage/plugin-kubernetes';
import useAsync from 'react-use/lib/useAsync';
import { ContainerScope } from './types';
import { useApi } from '@backstage/core-plugin-api';
import { kubernetesProxyApiRef } from '../../../api';
interface PodLogsOptions {
podScope: ContainerScope;