Commit 2fc25ad33d870e01c8f9a0310c103fd40c161444

Authored by Igor Kulikov
1 parent 0289b0c1

Remove redudant css import

... ... @@ -17,8 +17,6 @@
17 17 import L, { LatLngBounds, LatLngTuple } from 'leaflet';
18 18
19 19 import 'leaflet-providers';
20   -import 'leaflet.markercluster/dist/MarkerCluster.css';
21   -import 'leaflet.markercluster/dist/MarkerCluster.Default.css';
22 20 import LM from 'leaflet.markercluster/dist/leaflet.markercluster';
23 21
24 22 import {
... ...