From 089f1a30d381c66045d03249a486abb7806079ec Mon Sep 17 00:00:00 2001 From: Vincenzo Scamporlino Date: Tue, 26 Mar 2024 09:55:52 +0100 Subject: [PATCH] catalog: fix mui imports Signed-off-by: Vincenzo Scamporlino --- .../src/components/CatalogTable/CatalogTableToolbar.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/plugins/catalog/src/components/CatalogTable/CatalogTableToolbar.tsx b/plugins/catalog/src/components/CatalogTable/CatalogTableToolbar.tsx index 2a33692471..16d9923727 100644 --- a/plugins/catalog/src/components/CatalogTable/CatalogTableToolbar.tsx +++ b/plugins/catalog/src/components/CatalogTable/CatalogTableToolbar.tsx @@ -15,7 +15,9 @@ */ import React from 'react'; import { EntitySearchBar } from '@backstage/plugin-catalog-react'; -import { Toolbar, Typography, makeStyles } from '@material-ui/core'; +import Toolbar from '@material-ui/core/Toolbar'; +import Typography from '@material-ui/core/Typography'; +import { makeStyles } from '@material-ui/core/styles'; const useToolbarStyles = makeStyles( theme => ({