packages,plugins: update api reports for core migration

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2021-06-19 20:26:19 +02:00
parent 9f527db1bd
commit fea7878f01
40 changed files with 144 additions and 144 deletions
+5 -5
View File
@@ -5,14 +5,14 @@
```ts
import { ApiEntity } from '@backstage/catalog-model';
import { ApiRef } from '@backstage/core';
import { BackstagePlugin } from '@backstage/core';
import { ApiRef } from '@backstage/core-plugin-api';
import { BackstagePlugin } from '@backstage/core-plugin-api';
import { CatalogTableRow } from '@backstage/plugin-catalog';
import { Entity } from '@backstage/catalog-model';
import { ExternalRouteRef } from '@backstage/core';
import { ExternalRouteRef } from '@backstage/core-plugin-api';
import { default as React_2 } from 'react';
import { RouteRef } from '@backstage/core';
import { TableColumn } from '@backstage/core';
import { RouteRef } from '@backstage/core-plugin-api';
import { TableColumn } from '@backstage/core-components';
import { UserListFilterKind } from '@backstage/plugin-catalog-react';
// @public (undocumented)