From 58e46858a42b095c8f014b87b60da5b9e440bb74 Mon Sep 17 00:00:00 2001 From: EthanHealy01 Date: Thu, 9 Oct 2025 15:43:42 +0100 Subject: [PATCH] linter --- frontend/src/components/tools/fullscreen/CompactToolItem.tsx | 2 +- frontend/src/components/tools/fullscreen/DetailedToolItem.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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';