diff --git a/src/features/workbench/workspace/workbench-main-frame.tsx b/src/features/workbench/workspace/workbench-main-frame.tsx index 4cf76c6..c85d2b3 100644 --- a/src/features/workbench/workspace/workbench-main-frame.tsx +++ b/src/features/workbench/workspace/workbench-main-frame.tsx @@ -1,6 +1,11 @@ -import { ArrowLeft, FileChartColumnIncreasing } from "lucide-react"; +import { ArrowLeft } from "lucide-react"; import { AnimatePresence, motion, useReducedMotion } from "motion/react"; import type { ReactNode } from "react"; +import { + MAP_CONTROL_HOVER_CLASS_NAME, + MAP_CONTROL_RADIUS_CLASS_NAME, + MAP_CONTROL_SURFACE_CLASS_NAME +} from "@/features/map/core"; import { cn } from "@/shared/ui/cn"; import { OPERATIONAL_TIMELINE_LAYOUT } from "../operational-timeline/operational-timeline-model"; import { AnalysisArtifactWorkspace } from "./analysis-document-view"; @@ -81,10 +86,14 @@ export function WorkbenchMainFrame({ ) : null}