Skip to content

Commit

Permalink
fix(ui): Fix zustand deprecation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Hypfer committed Feb 13, 2024
1 parent 4dcee5c commit f3b531e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/map/Map.tsx
Expand Up @@ -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;
Expand Down

0 comments on commit f3b531e

Please sign in to comment.