Use Observable from @backstage/core

Signed-off-by: Marcus Eide <eide@spotify.com>
This commit is contained in:
Marcus Eide
2021-04-21 15:28:08 +02:00
parent aac78e0a7b
commit a097131d0d
3 changed files with 2 additions and 4 deletions
-1
View File
@@ -41,7 +41,6 @@
"@testing-library/user-event": "^12.0.7",
"@types/jest": "^26.0.7",
"@types/node": "^14.14.32",
"@types/zen-observable": "^0.8.2",
"cross-fetch": "^3.0.6",
"msw": "^0.21.2"
},
+1 -2
View File
@@ -14,8 +14,7 @@
* limitations under the License.
*/
import Observable from 'zen-observable';
import { createApiRef } from '@backstage/core';
import { createApiRef, Observable } from '@backstage/core';
import { Shortcut } from '../types';
export const shortcutsApiRef = createApiRef<ShortcutApi>({