diff options
Diffstat (limited to 'client/components/map/chat_room_geoman.jsx')
-rw-r--r-- | client/components/map/chat_room_geoman.jsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/client/components/map/chat_room_geoman.jsx b/client/components/map/chat_room_geoman.jsx index 7806908..f59fec8 100644 --- a/client/components/map/chat_room_geoman.jsx +++ b/client/components/map/chat_room_geoman.jsx @@ -3,7 +3,6 @@ import L from 'leaflet'; import markerIconPng from 'leaflet/dist/images/marker-icon.png'; import { useEffect, useContext } from 'react'; import { ApiContext } from '../../utils/api_context'; -import { AuthContext } from '../../utils/auth_context'; const userPositionBubble = { color: 'black', |