diff --git a/frontend/src/map/Map.tsx b/frontend/src/map/Map.tsx index 4dfe058029..f80db12dd5 100644 --- a/frontend/src/map/Map.tsx +++ b/frontend/src/map/Map.tsx @@ -17,7 +17,7 @@ import {PinchStartTouchHandlerEvent} from "./utils/touch_handling/events/PinchSt import {PinchMoveTouchHandlerEvent} from "./utils/touch_handling/events/PinchMoveTouchHandlerEvent"; import {PinchEndTouchHandlerEvent} from "./utils/touch_handling/events/PinchEndTouchHandlerEvent"; import {PointCoordinates} from "./utils/types"; -import create from "zustand"; +import { create } from "zustand"; export interface MapProps { rawMap: RawMapData;