Skip to content

Commit

Permalink
fix: remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
mskutin committed Sep 7, 2024
1 parent 023168f commit 92348b4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/MapView.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import { Tile as TileLayer, Vector as VectorLayer } from 'ol/layer';
import { OSM, Vector as VectorSource } from 'ol/source';
import GeoJSON from 'ol/format/GeoJSON';
import { Style, Stroke, Fill } from 'ol/style';
import { fromLonLat } from 'ol/proj';
import { getColor, getWidth } from './MapUtils';

const MapView = forwardRef(({ geojsonData, isGrayscale, onSelectFeature, popupElement, selectedRoad }, ref) => {
Expand Down

0 comments on commit 92348b4

Please sign in to comment.