components: work around access to createApp in story by depending on core for now
Co-authored-by: Juan Lulkin <jmaiz@spotify.com> Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
@@ -69,6 +69,7 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "^0.6.3",
|
||||
"@backstage/core": "^0.7.0",
|
||||
"@backstage/core-api": "^0.2.12",
|
||||
"@backstage/test-utils": "^0.1.8",
|
||||
"@testing-library/jest-dom": "^5.10.1",
|
||||
|
||||
@@ -26,7 +26,7 @@ import {
|
||||
InfoCard,
|
||||
Page,
|
||||
} from '../';
|
||||
import { createApp } from '../../api-wrappers';
|
||||
import { createApp } from '@backstage/core';
|
||||
import {
|
||||
GaugeCard,
|
||||
StatusOK,
|
||||
|
||||
Reference in New Issue
Block a user