Update frontend/src/hooks/useToolNavigation.ts

This commit is contained in:
ConnorYoh 2025-09-05 12:30:08 +01:00 committed by GitHub
parent 343d7b5b8a
commit a7814a9c84
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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';