From a7814a9c84dbb2c50bf47d8aadd0b67c4a384978 Mon Sep 17 00:00:00 2001 From: ConnorYoh <40631091+ConnorYoh@users.noreply.github.com> Date: Fri, 5 Sep 2025 12:30:08 +0100 Subject: [PATCH] Update frontend/src/hooks/useToolNavigation.ts --- frontend/src/hooks/useToolNavigation.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/src/hooks/useToolNavigation.ts b/frontend/src/hooks/useToolNavigation.ts index 021ea6432..704fd5026 100644 --- a/frontend/src/hooks/useToolNavigation.ts +++ b/frontend/src/hooks/useToolNavigation.ts @@ -1,5 +1,4 @@ import { useCallback } from 'react'; -import { ToolId } from '../types/toolId'; import { ToolRegistryEntry, getToolUrlPath } from '../data/toolsTaxonomy'; import { useToolWorkflow } from '../contexts/ToolWorkflowContext'; import { handleUnlessSpecialClick } from '../utils/clickHandlers';