From e4112b96caab02b824f0e4c28c95d3eefb141ec5 Mon Sep 17 00:00:00 2001 From: Lykke Axlin Date: Tue, 14 Sep 2021 15:31:01 +0200 Subject: [PATCH] changed import Signed-off-by: Lykke Axlin Co-authored-by: klaraab --- plugins/bazaar/src/components/About/About.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/bazaar/src/components/About/About.tsx b/plugins/bazaar/src/components/About/About.tsx index 39c0d39bd8..d9c529a209 100644 --- a/plugins/bazaar/src/components/About/About.tsx +++ b/plugins/bazaar/src/components/About/About.tsx @@ -16,7 +16,7 @@ import React from 'react'; import { Grid, Typography, Link, makeStyles } from '@material-ui/core'; -import { InfoCard } from '@backstage/core'; +import { InfoCard } from '@backstage/core-components'; const useStyles = makeStyles({ subheader: {