From c56bc372e22d7c494e27808b762d0e6fdbe59488 Mon Sep 17 00:00:00 2001 From: Floke Date: Wed, 4 Feb 2026 14:28:58 +0000 Subject: [PATCH] fix([2fd88f42]): correct type import for TooltipColumn in App.tsx --- heatmap-tool/frontend/src/App.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/heatmap-tool/frontend/src/App.tsx b/heatmap-tool/frontend/src/App.tsx index 812a544c..b1e67203 100644 --- a/heatmap-tool/frontend/src/App.tsx +++ b/heatmap-tool/frontend/src/App.tsx @@ -8,7 +8,7 @@ import FilterPanel from './components/FilterPanel'; import MapDisplay from './components/MapDisplay'; import ErrorBoundary from './components/ErrorBoundary'; import PlzSelector from './components/PlzSelector'; -import TooltipManager, { TooltipColumn } from './components/TooltipManager'; +import TooltipManager, { type TooltipColumn } from './components/TooltipManager'; // Define types for our state export interface FilterOptions {