Skip to content

Commit

Permalink
remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
Nate-Wessel committed Dec 19, 2024
1 parent c7020f3 commit c04c569
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/Map/index.jsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import {CircleMarker, Polyline, LayerGroup} from 'react-leaflet'
import {CircleMarker, LayerGroup} from 'react-leaflet'
import {Map, useMap, Source, Layer} from 'react-map-gl/maplibre'
import { useContext, useState } from 'react'
import { DataContext } from '../Layout'
Expand Down

0 comments on commit c04c569

Please sign in to comment.