From 16b35af2b95e2ec7697f69c2bd43d212de21560e Mon Sep 17 00:00:00 2001 From: Philipp Hugenroth Date: Mon, 21 Jun 2021 11:53:05 +0200 Subject: [PATCH] Fix ErrorApi types import Signed-off-by: Philipp Hugenroth --- .../apis/implementations/ErrorApi/UnhandledErrorForwarder.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/core-app-api/src/apis/implementations/ErrorApi/UnhandledErrorForwarder.ts b/packages/core-app-api/src/apis/implementations/ErrorApi/UnhandledErrorForwarder.ts index b4f9932ee9..7ef3cec3dd 100644 --- a/packages/core-app-api/src/apis/implementations/ErrorApi/UnhandledErrorForwarder.ts +++ b/packages/core-app-api/src/apis/implementations/ErrorApi/UnhandledErrorForwarder.ts @@ -1,4 +1,4 @@ -import { ErrorApi } from '../../definitions'; +import { ErrorApi } from '@backstage/core-plugin-api'; /* * Copyright 2020 Spotify AB