diff --git a/src/modules/Poly.ts b/src/modules/Poly.ts index 1937067..0c84203 100644 --- a/src/modules/Poly.ts +++ b/src/modules/Poly.ts @@ -4,9 +4,6 @@ import { CLIENT } from '$config/frontend'; import { editor, Editor } from "$modules/Editor"; import { ILatLng } from "$modules/Stickers"; import { InteractivePoly } from "$modules/InteractivePoly"; -import { MarkerClusterGroup } from 'leaflet.markercluster/dist/leaflet.markercluster-src.js'; -import { angleBetweenPoints, dist2, distToSegment, middleCoord } from "$utils/geom"; -import { arrowClusterIcon, createArrow } from "$utils/arrow"; import { Arrows } from "$modules/Arrows"; interface Props {