From c853d656b874390e3736254dd38dd07e6a460fac Mon Sep 17 00:00:00 2001 From: muerwre Date: Fri, 1 Mar 2019 11:02:01 +0700 Subject: [PATCH] moved arrows to separate module --- src/modules/Poly.ts | 3 --- 1 file changed, 3 deletions(-) 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 {