typeerror fml

This commit is contained in:
Anthony Stirling 2025-09-24 19:46:30 +01:00
parent a5356b3832
commit 40fd5bb808

View File

@ -7,7 +7,7 @@ import { ToolId } from '../types/toolId';
import { parseToolRoute, updateToolRoute, clearToolRoute } from '../utils/urlRouting'; import { parseToolRoute, updateToolRoute, clearToolRoute } from '../utils/urlRouting';
import { ToolRegistry } from '../data/toolsTaxonomy'; import { ToolRegistry } from '../data/toolsTaxonomy';
import { firePixel } from '../utils/scarfTracking'; import { firePixel } from '../utils/scarfTracking';
import { BASE_PATH, withBasePath } from '../constants/app'; import { withBasePath } from '../constants/app';
/** /**
* Hook to sync workbench and tool with URL using registry * Hook to sync workbench and tool with URL using registry