From 64da85d7aa41a6769e8b990f6cd026d10b423566 Mon Sep 17 00:00:00 2001 From: Patrik Oldsberg Date: Wed, 16 Feb 2022 13:09:05 +0100 Subject: [PATCH] shortcuts: remove unused import Signed-off-by: Patrik Oldsberg --- plugins/shortcuts/src/ShortcutItem.test.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/shortcuts/src/ShortcutItem.test.tsx b/plugins/shortcuts/src/ShortcutItem.test.tsx index f002fb222e..528eb13efa 100644 --- a/plugins/shortcuts/src/ShortcutItem.test.tsx +++ b/plugins/shortcuts/src/ShortcutItem.test.tsx @@ -24,7 +24,6 @@ import { renderInTestApp, wrapInTestApp, } from '@backstage/test-utils'; -import { pageTheme } from '@backstage/theme'; import { SidebarContext } from '@backstage/core-components'; describe('ShortcutItem', () => {