diff --git a/frontend/src/components/tools/fullscreen/CompactToolItem.tsx b/frontend/src/components/tools/fullscreen/CompactToolItem.tsx index f0e0981b6..896d70439 100644 --- a/frontend/src/components/tools/fullscreen/CompactToolItem.tsx +++ b/frontend/src/components/tools/fullscreen/CompactToolItem.tsx @@ -1,5 +1,5 @@ import React from 'react'; -import { ActionIcon, Text } from '@mantine/core'; +import { Text } from '@mantine/core'; import { useTranslation } from 'react-i18next'; import { Tooltip } from '../../shared/Tooltip'; import HotkeyDisplay from '../../hotkeys/HotkeyDisplay'; diff --git a/frontend/src/components/tools/fullscreen/DetailedToolItem.tsx b/frontend/src/components/tools/fullscreen/DetailedToolItem.tsx index 9065c3d7f..c9b518b77 100644 --- a/frontend/src/components/tools/fullscreen/DetailedToolItem.tsx +++ b/frontend/src/components/tools/fullscreen/DetailedToolItem.tsx @@ -1,5 +1,5 @@ import React from 'react'; -import { ActionIcon, Text } from '@mantine/core'; +import { Text } from '@mantine/core'; import { useTranslation } from 'react-i18next'; import HotkeyDisplay from '../../hotkeys/HotkeyDisplay'; import FavoriteStar from '../toolPicker/FavoriteStar';