From 89d4204619e8cf093c468c2c010cf5dc0237599f Mon Sep 17 00:00:00 2001 From: EthanHealy01 Date: Tue, 9 Sep 2025 17:41:35 +0100 Subject: [PATCH] remove unused vars --- .../pageEditor/bulkSelectionPanel/PageSelectionInput.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/components/pageEditor/bulkSelectionPanel/PageSelectionInput.tsx b/frontend/src/components/pageEditor/bulkSelectionPanel/PageSelectionInput.tsx index 02f5af324..b163fc1da 100644 --- a/frontend/src/components/pageEditor/bulkSelectionPanel/PageSelectionInput.tsx +++ b/frontend/src/components/pageEditor/bulkSelectionPanel/PageSelectionInput.tsx @@ -1,4 +1,4 @@ -import { Group, TextInput, Button, Text, Flex, Switch } from '@mantine/core'; +import { TextInput, Button, Text, Flex, Switch } from '@mantine/core'; import LocalIcon from '../../shared/LocalIcon'; import { Tooltip } from '../../shared/Tooltip'; import { usePageSelectionTips } from '../../tooltips/usePageSelectionTips';