From ad7cd6a4172d477681918aef790c44d5b4a29a0b Mon Sep 17 00:00:00 2001 From: EthanHealy01 Date: Tue, 16 Sep 2025 18:12:52 +0100 Subject: [PATCH] lint --- frontend/src/hooks/tools/removePages/useRemovePagesOperation.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/src/hooks/tools/removePages/useRemovePagesOperation.ts b/frontend/src/hooks/tools/removePages/useRemovePagesOperation.ts index 20e10005c..361109794 100644 --- a/frontend/src/hooks/tools/removePages/useRemovePagesOperation.ts +++ b/frontend/src/hooks/tools/removePages/useRemovePagesOperation.ts @@ -1,4 +1,3 @@ -import { useCallback } from 'react'; import { useTranslation } from 'react-i18next'; import { ToolType, useToolOperation, ToolOperationConfig } from '../shared/useToolOperation'; import { createStandardErrorHandler } from '../../../utils/toolErrorHandler';