Skip to content

Commit

Permalink
Removes unneeded import
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Kastl <[email protected]>
  • Loading branch information
dkastl committed Jun 5, 2024
1 parent fffc959 commit 975837d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/gtt-client/openlayers/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { Map, Feature, View, Geolocation } from 'ol';
import { Point } from 'ol/geom';
import { getCenter } from 'ol/extent';
import Vector from 'ol/source/Vector'
import VectorLayer from 'ol/layer/Vector';
import { Style, Fill, Stroke, Circle } from 'ol/style';
Expand Down

0 comments on commit 975837d

Please sign in to comment.