Skip to content

Commit

Permalink
removed warning
Browse files Browse the repository at this point in the history
  • Loading branch information
OlofSvahnVbg committed Jul 1, 2024
1 parent 3ee0f0a commit 7a71946
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/client/src/plugins/Sketch/models/SketchModel.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { ACTIVITIES, MAX_REMOVED_FEATURES } from "../constants";
import LocalStorageHelper from "../../../utils/LocalStorageHelper";
import { Circle, Fill, Stroke, Style } from "ol/style";
import { Circle, Fill, Stroke } from "ol/style";
import GeoJSON from "ol/format/GeoJSON";
import { Circle as CircleGeometry, Point } from "ol/geom";
import { Feature } from "ol";
Expand Down

0 comments on commit 7a71946

Please sign in to comment.