Rename from @backstage/plugin-catalog-common-react to @backstage/plugin-catalog-react

This commit is contained in:
Oliver Sand
2021-01-26 19:24:04 +01:00
parent 019fe39a08
commit c677643afa
97 changed files with 81 additions and 120 deletions
+1 -1
View File
@@ -15,7 +15,7 @@
*/
import { errorApiRef, useApi } from '@backstage/core';
import { useEntity } from '@backstage/plugin-catalog-common-react';
import { useEntity } from '@backstage/plugin-catalog-react';
import { BuildSummary, GitType } from 'circleci-api';
import { getOr } from 'lodash/fp';
import { useCallback, useEffect, useState } from 'react';