diff --git a/frontend/src/components/maps/LocationMapToolbar.jsx b/frontend/src/components/maps/LocationMapToolbar.jsx index 3cd1a12..18eeca4 100644 --- a/frontend/src/components/maps/LocationMapToolbar.jsx +++ b/frontend/src/components/maps/LocationMapToolbar.jsx @@ -1,3 +1,5 @@ +import { clampMapZoom } from "../../lib/locationMapUtils"; + export default function LocationMapToolbar({ mode, editorTool, @@ -66,7 +68,7 @@ export default function LocationMapToolbar({