From 3c70fb6dc5b4cd10dc16fe19ad9340aab52f8925 Mon Sep 17 00:00:00 2001 From: Carlos Esteban Lopez Date: Wed, 14 Dec 2022 11:34:13 -0500 Subject: [PATCH] test: Fix test import error Signed-off-by: Carlos Esteban Lopez --- packages/core-components/src/layout/Sidebar/Items.test.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/core-components/src/layout/Sidebar/Items.test.tsx b/packages/core-components/src/layout/Sidebar/Items.test.tsx index 2a150b301d..eafbf3827e 100644 --- a/packages/core-components/src/layout/Sidebar/Items.test.tsx +++ b/packages/core-components/src/layout/Sidebar/Items.test.tsx @@ -23,7 +23,7 @@ import CreateComponentIcon from '@material-ui/icons/AddCircleOutline'; import { Sidebar } from './Bar'; import { SidebarItem, SidebarSearchField, SidebarExpandButton } from './Items'; import { renderHook } from '@testing-library/react-hooks'; -import { hexToRgb, makeStyles } from '@material-ui/core/styles'; +import { makeStyles } from '@material-ui/core/styles'; const useStyles = makeStyles({ spotlight: {