remove some occurrences of the old core in docs etc

Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
Fredrik Adelöw
2021-09-23 13:20:23 +02:00
parent e1c141a2d5
commit 3f8db2b64d
4 changed files with 16 additions and 12 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ export class CostInsightsClient implements CostInsightsApi { ... }
```ts
// packages/app/src/api.ts
import { createApiFactory } from '@backstage/core';
import { createApiFactory } from '@backstage/core-plugin-api';
import { costInsightsApiRef } from '@backstage/plugin-cost-insights';
import { CostInsightsClient } from './path/to/file';