From c34537069f321d3cfb5ee37c229ff60f1df46525 Mon Sep 17 00:00:00 2001 From: TreffN <161820732+TreffN@users.noreply.github.com> Date: Fri, 22 Mar 2024 11:54:09 +0100 Subject: [PATCH] fix: remove unneeded imports Co-authored-by: Lukas Lohoff --- src/Button/RotationButton/RotationButton.example.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/Button/RotationButton/RotationButton.example.md b/src/Button/RotationButton/RotationButton.example.md index 04cf4cf26..55806eefd 100644 --- a/src/Button/RotationButton/RotationButton.example.md +++ b/src/Button/RotationButton/RotationButton.example.md @@ -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'