Skip to content

Commit

Permalink
fix: remove unneeded imports
Browse files Browse the repository at this point in the history
Co-authored-by: Lukas Lohoff <lohoff@terrestris.de>
  • Loading branch information
TreffN and LukasLohoff committed Mar 22, 2024
1 parent e46d4a5 commit c345370
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/Button/RotationButton/RotationButton.example.md
Expand Up @@ -7,9 +7,6 @@ import OlMap from 'ol/Map';
import OlView from 'ol/View';
import OlLayerTile from 'ol/layer/Tile';
import OlSourceOsm from 'ol/source/OSM';
import OlVectorLayer from 'ol/layer/Vector';
import OlVectorSource from 'ol/source/Vector';
import OlFormatGeoJSON from 'ol/format/GeoJSON';
import { fromLonLat } from 'ol/proj';

import MapContext from '@terrestris/react-geo/dist/Context/MapContext/MapContext'
Expand Down

0 comments on commit c345370

Please sign in to comment.