Move EntityProvider to plugin-catalog-react

This commit is contained in:
Oliver Sand
2021-01-26 19:40:03 +01:00
parent c677643afa
commit c7b89e1557
11 changed files with 11 additions and 11 deletions
@@ -14,11 +14,11 @@
* limitations under the License.
*/
import React from 'react';
import { Grid, GridProps, makeStyles } from '@material-ui/core';
import { Entity } from '@backstage/catalog-model';
import { EntityProvider } from '@backstage/plugin-catalog';
import { EntityProvider } from '@backstage/plugin-catalog-react';
import { BackstageTheme } from '@backstage/theme';
import { Grid, GridProps, makeStyles } from '@material-ui/core';
import React from 'react';
const useStyles = makeStyles<BackstageTheme, { entity: Entity }>(theme => ({
root: ({ entity }) => ({