From 40fd5bb808b391615fa5ebccc1cc92683a53c1dc Mon Sep 17 00:00:00 2001 From: Anthony Stirling <77850077+frooodle@users.noreply.github.com> Date: Wed, 24 Sep 2025 19:46:30 +0100 Subject: [PATCH] typeerror fml --- frontend/src/hooks/useUrlSync.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/hooks/useUrlSync.ts b/frontend/src/hooks/useUrlSync.ts index 857cb00bf..a90ee4fbe 100644 --- a/frontend/src/hooks/useUrlSync.ts +++ b/frontend/src/hooks/useUrlSync.ts @@ -7,7 +7,7 @@ import { ToolId } from '../types/toolId'; import { parseToolRoute, updateToolRoute, clearToolRoute } from '../utils/urlRouting'; import { ToolRegistry } from '../data/toolsTaxonomy'; 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