moved arrows to separate module

This commit is contained in:
muerwre 2019-03-01 11:02:01 +07:00
parent 0dbfcb9820
commit c853d656b8

View file

@ -4,9 +4,6 @@ import { CLIENT } from '$config/frontend';
import { editor, Editor } from "$modules/Editor"; import { editor, Editor } from "$modules/Editor";
import { ILatLng } from "$modules/Stickers"; import { ILatLng } from "$modules/Stickers";
import { InteractivePoly } from "$modules/InteractivePoly"; 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"; import { Arrows } from "$modules/Arrows";
interface Props { interface Props {